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

9 lines
112 B
Solidity

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