solidity/test/libsolidity/ASTJSON/constructor.sol

5 lines
42 B
Solidity
Raw Normal View History

2018-08-07 13:49:23 +00:00
contract C {
constructor() public {
}
}