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
Welcome to Scala 3.1.2-RC1 (1.8.0_292, Java OpenJDK 64-Bit Server VM).
Type in expressions for evaluation. Or try :help.
scala> object foo { given bar: Int = 10 }
// defined object foo
scala> import foo.*
scala> ba <no completions>
If you press TAB after
ba
, it will autocomplete tobar
. If you press ENTER afterwards:Can be related to #5074 and #5895, the former one dealing with the imports and the latter one dealing with the completion.
The text was updated successfully, but these errors were encountered: