-
-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][Scala 3.2] Autocomplete on Array.x produces Bad symbolic reference. #1305
Labels
Comments
A similar error also occurs in Scala's own repl, also related to completion: scala/scala3#15562 |
I also experienced a similar error. I was test driving the REPL and wrote this: "hello world".toSeq.map(_.to<TAB> And got the following stack trace: stack trace
System information: Chip: Apple M3 Pro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See above. Using tab autocompletion on the Array produces a bad symbolic reference later.
Using https://github.com/com-lihaoyi/Ammonite/releases/download/2.5.5/3.2-2.5.5
The text was updated successfully, but these errors were encountered: