solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/570_function_type_undeclared_type.sol

6 lines
144 B
Solidity

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