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

6 lines
80 B
Solidity
Raw Normal View History

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