solidity/test/libsolidity/ASTJSON/source_location.sol
2019-10-02 22:31:12 +02:00

4 lines
57 B
Solidity

contract C { function f() { var x = 2; x++; } }
// ----