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
`typedAnnotation` was used both in `Namer#addAnnotations` and
`Typer#completeAnnotations`, resulting in some annotations being typed
twice. Fixed by introducing a `typedAheadAnnotation` (and renaming an
existing method with the same name that doesn't actually type the full
annotation tree).
0 commit comments