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
Fix#6415: Enable REPL code completion for opaque types
The completion did not work because the desugared version of the
opaque type's definition shared the span with its private definition
inside the companion object.
0 commit comments