solidity/test/libsolidity/syntaxTests/freeFunctions/free_function_modifier.sol

5 lines
111 B
Solidity
Raw Normal View History

2020-05-04 16:38:00 +00:00
function fun() someModifier {
}
// ----
// DeclarationError 7920: (15-27): Identifier not found or not unique.