solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/571_function_type_undeclared_type_external.sol

6 lines
153 B
Solidity

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