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 Scala3.3.0-RC4 (19.0.2, JavaOpenJDK64-BitServerVM).
Type in expressions for evaluation. Ortry:help.
scala> randomstuff.CurlParser.parse<TAB>
Output
nothing is shown because the method name is fully expanded. Under scala 2 you get the actual arguments to the method
Expectation
It should work like in scala2, without this, the scala 3 repl is pretty useless, as you either must know before hand every api, or wont be able to navigate it.
The text was updated successfully, but these errors were encountered:
Compiler version
All versions of scala 3
Minimized code
Output
nothing is shown because the method name is fully expanded. Under scala 2 you get the actual arguments to the method
Expectation
It should work like in scala2, without this, the scala 3 repl is pretty useless, as you either must know before hand every api, or wont be able to navigate it.
The text was updated successfully, but these errors were encountered: