solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/430_bare_selfdestruct.sol

6 lines
121 B
Solidity

contract C {
function f() pure public { selfdestruct; }
}
// ----
// Warning 6133: (44-56): Statement has no effect.