solidity/test/libsolidity/syntaxTests/freeFunctions/free_function_modifier.sol
2022-04-01 23:41:18 -05:00

5 lines
126 B
Solidity

function fun() someModifier {
}
// ----
// DeclarationError 7920: (15-27='someModifier'): Identifier not found or not unique.