solidity/test/libsolidity/ASTJSON/constructor.sol
2020-07-07 12:16:18 +02:00

7 lines
44 B
Solidity

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