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

9 lines
112 B
Solidity
Raw Normal View History

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