solidity/test/libsolidity/semanticTests/constructor/payable_constructor.sol
2020-03-19 14:42:25 +01:00

9 lines
119 B
Solidity

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