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 code requires Coulomb and Sourcecode libraries to exhibit the error. Coulomb's opaque type Quantity[V, U] needs to be used, and the library needs to be exposed via export for the error to happen.
Compiler version
3.3.0-RC3
Minimized code
I minimized what I'm seeing locally in a project down to this Scastie:
https://scastie.scala-lang.org/7QFQRDLcQBua2DedfMeUzQ
The code requires Coulomb and Sourcecode libraries to exhibit the error. Coulomb's opaque type
Quantity[V, U]
needs to be used, and the library needs to be exposed viaexport
for the error to happen.Locally I see an assertion fail at:
The text was updated successfully, but these errors were encountered: