solidity/test/libsolidity/ASTJSON/source_location.sol
2022-03-14 14:21:06 +01:00

4 lines
65 B
Solidity

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