solidity/test/libsolidity/ASTJSON/source_location.sol

4 lines
57 B
Solidity
Raw Normal View History

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