aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/572_function_type_undeclared_type_multi_nested.sol
blob: ffb467cde99c366048326ff3fc079db415045364 (plain) (tree)
1
2
3
4
5




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