solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/572_function_type_undeclared_type_multi_nested.sol

6 lines
164 B
Solidity
Raw Normal View History

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