aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/function_type_as_storage_variable_with_modifiers.sol
blob: 6c22f4b797c26d8f84e7f87df4cf201f742cf275 (plain) (tree)
1
2
3
4
5



                                                            
                                                        
contract test {
    function (uint, uint) modifier1() returns (uint) f1;
}
// ----
// ParserError: (66-68): Expected '{' but got identifier