solidity/test/libsolidity/ASTJSON/source_location.sol

4 lines
65 B
Solidity
Raw Normal View History

2022-02-17 12:38:29 +00:00
contract C { function f() public { uint x = 2; x++; } }
// ----