solidity/test/libsolidity/semanticTests/constructor/payable_constructor.sol
2022-05-19 20:23:28 +02:00

9 lines
113 B
Solidity

contract C {
constructor() payable {}
}
// ====
// compileToEwasm: also
// ----
// constructor(), 27 wei ->