solidity/test/libsolidity/semanticTests/constructor/payable_constructor.sol

10 lines
136 B
Solidity
Raw Normal View History

contract C {
2020-06-23 12:14:24 +00:00
constructor() payable {}
}
// ====
// compileToEwasm: also
// compileViaYul: also
// ----
// constructor(), 27 wei ->