JSON AST: ======= solc_version_incorrect_05.sol ======= { "attributes" : { "absolutePath" : "solc_version_incorrect_05.sol", "exportedSymbols" : { "Contract" : [ 3 ] } }, "children" : [ { "attributes" : { "literals" : [ "solidity", "^", "0.5", ".5" ] }, "id" : 1, "name" : "PragmaDirective", "src" : "63:23:0" }, { "attributes" : { "literals" : [ "solidity", "0.5", ".7" ] }, "id" : 2, "name" : "PragmaDirective", "src" : "87:22:0" }, { "attributes" : { "baseContracts" : [ null ], "contractDependencies" : [ null ], "contractKind" : "contract", "documentation" : null, "fullyImplemented" : true, "linearizedBaseContracts" : [ 3 ], "name" : "Contract", "nodes" : [ null ], "scope" : 4 }, "id" : 3, "name" : "ContractDefinition", "src" : "111:21:0" } ], "id" : 4, "name" : "SourceUnit", "src" : "63:70:0" } ======= solc_version_incorrect_05.sol:Contract =======