scala3
scala3 copied to clipboard
fix(#17255): cannot find Scala companion module from Java
To find Scala companion mudule from Java, we should strip module suffix $.
This ~provides workaround~ fixes #17255 as well as forward-port https://github.com/scala/scala/pull/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 https://github.com/scala/scala/pull/10644
CI is failing because of https://github.com/lampepfl/dotty/issues/19772
Hello, thank you for opening this! I am getting to it
Thank you very much for contributing this fix! I noticed its been a long time since you opened that issue originally, its probably annoying it didn't get any attention