solidity/test/libsolidity/ASTJSON/constructor.sol
2019-08-26 17:34:21 +02:00

7 lines
51 B
Solidity

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