solidity/test/libsolidity/ASTJSON/source_location.sol

4 lines
58 B
Solidity
Raw Normal View History

2020-07-15 17:50:59 +00:00
contract C { function f() { uint x = 2; x++; } }
// ----