solidity/test/libsolidity/ASTJSON/inheritance_specifier.sol
Mathias Baumann 0e3ff25b4e Make sure json output array order is consistent
The source of the "contractDependencies" value was an std::map, thus
order was more or less random.
2019-08-19 17:42:03 +02:00

4 lines
45 B
Solidity

contract C1 {} contract C2 is C1 {}
// ----