solidity/test/libsolidity/ASTJSON/constructor.sol

7 lines
44 B
Solidity
Raw Normal View History

2018-08-07 13:49:23 +00:00
contract C {
2020-06-23 12:14:24 +00:00
constructor() {
2018-08-07 13:49:23 +00:00
}
}
// ----