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
The text was updated successfully, but these errors were encountered:
jilen
changed the title
Use opaque type with type param in scala 2.13 result in NoSuchMethodError
Use opaque type with type param in scala 2.13 result in runtime NoSuchMethodErrorDec 20, 2024
transferred to scala/bug since it seems likely the issue is on the Scala 2 side
SethTisue
changed the title
Use opaque type with type param in scala 2.13 result in runtime NoSuchMethodError
TASTy reader: Accessing opaque type with type param causes NoSuchMethodErrorDec 22, 2024
Compiler version
3.5.2 and other versions
Minimized code
https://github.com/jilen/scala2-opaque-error
Output
Compiles fine, run fail with
Expectation
Should run without exception
The text was updated successfully, but these errors were encountered: