solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/356_payable_internal.sol
2020-07-14 14:38:12 +01:00

6 lines
145 B
Solidity

contract test {
function f() payable internal {}
}
// ----
// TypeError 5587: (20-52): "internal" and "private" functions cannot be payable.