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

9 lines
119 B
Solidity
Raw Normal View History

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