solidity/test/libsolidity/ASTJSON/source_location.sol
2018-08-03 20:35:50 +02:00

2 lines
48 B
Solidity

contract C { function f() { var x = 2; x++; } }