We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bcb48 commit 24d2e4cCopy full SHA for 24d2e4c
src/Generator/Types/TypeIgnoreChecker.cs
@@ -57,7 +57,7 @@ public override bool VisitDeclaration(Declaration decl)
57
58
public override bool VisitDependentNameType(DependentNameType dependent, TypeQualifiers quals)
59
{
60
- return dependent.Qualifier.Type.Visit(this);
+ return dependent.Qualifier.Visit(this);
61
}
62
63
public override bool VisitClassDecl(Class @class)
0 commit comments