solidity/test/libsolidity/ASTJSON/constructor.sol
2019-10-02 22:31:12 +02:00

7 lines
51 B
Solidity

contract C {
constructor() public {
}
}
// ----