solidity/test/libsolidity/ASTJSON/constructor.sol
2023-05-11 10:56:55 -05:00

6 lines
43 B
Solidity

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