solidity/test/libsolidity/ASTJSON/source_location.sol
2020-07-20 17:22:04 +02:00

4 lines
58 B
Solidity

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