6 lines
62 B
Solidity
6 lines
62 B
Solidity
contract C {
|
|
function C(bool x) {
|
|
return;
|
|
}
|
|
}
|