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
fix(#17255): cannot find Scala companion module from Java (#19773)
To find Scala companion mudule from Java, we should strip module suffix
`$`.
This ~provides workaround~ fixes#17255 as well as forward-port
scala/scala#10644. ~, but it requires some
refinment to fix it because not-fully-qualified type like the following
example still fails to compile due to missing symbol.~
Related to scala/scala#10644
0 commit comments