solidity/test/libsolidity/semanticTests/constructor/payable_constructor.sol
2023-05-11 10:56:55 -05:00

6 lines
80 B
Solidity

contract C {
constructor() payable {}
}
// ----
// constructor(), 27 wei ->