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
In Scala 2 this approach worked with package objects such as widely used pprint library and made it much easier to discover the utility methods contained there. This should probably also work for package object in Scala 3.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.1.0-RC2
Minimized code
In a REPL session:
and press TAB (or invoke code completion in IDE)
Output
No completions are suggested
Expectation
We should get a suggestion of
example
In Scala 2 this approach worked with package objects such as widely used
pprint
library and made it much easier to discover the utility methods contained there. This should probably also work for package object in Scala 3.The text was updated successfully, but these errors were encountered: