solidity/test/libsolidity/ASTJSON/source_location.sol

2 lines
48 B
Solidity
Raw Normal View History

2018-08-03 17:41:35 +00:00
contract C { function f() { var x = 2; x++; } }