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
Make sure language imports are detectable syntactically
Make sure that something is a language import if and only if it
looks like one. i.e. is of one of the forms
import language.xyz
import scala.language.xyz
import _root_.scala.language.xyz
0 commit comments