aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/570_function_type_undeclared_type.sol
blob: 962f4fe4f4b48c0e3a38924a5df535407d79b20c (plain) (tree)
1
2
3
4
5




                                                                 
contract C {
    function a(function(Nested)) external pure {}
}
// ----
// DeclarationError: (37-43): Identifier not found or not unique.