Skip to content

Commit 1268930

Browse files
author
Alexandra Dorey
committed
Try simple fix
1 parent 05e9bd4 commit 1268930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/FindAstPositionVisitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public override AstVisitAction VisitTypeDefinition(TypeDefinitionAst typeDefinit
333333

334334
public override AstVisitAction VisitUsingStatement(UsingStatementAst usingStatementAst)
335335
{
336-
return Visit(usingStatementAst);
336+
return AstVisitAction.Continue;
337337
}
338338
#endif
339339

0 commit comments

Comments
 (0)