solidity/test/libsolidity/ASTJSON/constructor.sol
2018-09-11 14:47:25 +02:00

5 lines
42 B
Solidity

contract C {
constructor() public {
}
}