| 189 | {"fileA", "pragma solidity >=0.0; contract C { function f() public pure {} }"} |
| 190 | }) : Code(std::move(_code)) {} |
| 191 | [[nodiscard]] Json json() const override |
| 192 | { |
| 193 | return createLanguageAndSourcesSection("Solidity", m_code); |
| 194 | } |
| 195 | }; |
| 196 | |
| 197 | class YulCode: public Code |
nothing calls this directly
no test coverage detected