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
Run the Scala 3 code and observe the following exception:
Exception in thread "main" java.lang.NoSuchMethodError: 'Tag Tagger$.withTag$extension(java.lang.Object)'
at Main$.main(Scala3.scala:5)
at Main.main(Scala3.scala)
Expectation
That NoSuchMethodError wouldn't be thrown.
The text was updated successfully, but these errors were encountered:
jadenPete
changed the title
Certain value classes compiled with Scala 2 can't be used with Scala 3
Some value classes compiled with Scala 2 can't be used with Scala 3
May 14, 2025
jadenPete
changed the title
Some value classes compiled with Scala 2 can't be used with Scala 3
Certain value classes compiled with Scala 2 can't be used with Scala 3
May 14, 2025
Compiler version
2.13.16 and 3.6.3
Minimized code
Output
Run the Scala 3 code and observe the following exception:
Expectation
That
NoSuchMethodError
wouldn't be thrown.The text was updated successfully, but these errors were encountered: