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

6 lines
139 B
Solidity
Raw Normal View History

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