You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AST] Clear module lookup cache in SourceFile::addTopLevelDecl
Completion unfortunately relies on this to add a top-level decl
after the lookup table has been built, make sure the decl gets added
to it. We ought to fix completion to avoid needing to mutate the AST
like this after-the-fact, but this should work around the issue for now.
0 commit comments