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
This relaxes some of the completion result filtering to allow backticked
identifiers such as the following to show up in completion results.
object Test {
def `1 world` = ""
}
The pathological builtin names to guard against all start with `<`,
even in their encoded forms (backticked `<` would start with a `$`).
Fixesscala/bug#13076
0 commit comments