solidity/test/libsolidity/syntaxTests/literalSuffixes/usableAsSuffix/invalid_revert_as_suffix.sol
2023-03-22 13:16:31 +01:00

8 lines
169 B
Solidity

contract C {
function f() pure public {
1 revert;
}
}
// ----
// TypeError 9322: (52-60): No matching declaration found after argument-dependent lookup.