aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/571_function_type_undeclared_type_external.sol
blob: 735af9e9d1bcbea7550b9d0d5a3b3403b9921861 (plain) (blame)
1
2
3
4
5
contract C {
    function a(function(Nested) external) external pure {}
}
// ----
// DeclarationError: (37-43): Identifier not found or not unique.