solidity/test/libsolidity/syntaxTests/freeFunctions/free_function_modifier.sol
2020-10-13 14:32:11 +02:00

5 lines
111 B
Solidity

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