Files
solidity/test/libsolidity/ASTJSON/source_location.sol
T

4 lines
65 B
Solidity

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