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 a4ed8a5 commit 02955f9Copy full SHA for 02955f9
src/AST/ASTVisitor.cs
@@ -11,7 +11,8 @@ public interface IAstVisited
11
bool AlreadyVisited(Type type);
12
}
13
14
- public interface IAstVisitor<out T> : ITypeVisitor<T>, IDeclVisitor<T>
+ public interface IAstVisitor<out T> : ITypeVisitor<T>,
15
+ IDeclVisitor<T>, IStmtVisitor<T>
16
{
17
AstVisitorOptions VisitOptions { get; }
18
0 commit comments