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
An argument of an inlined call might have a type that refers to opaque
types in the inlined method's scope. In that case, we need to cast those
arguments to types where the opaque references are replaced by proxies,
so that the opaque aliases are visible when accessing the argument.
Fixesscala#12914
From https://contributors.scala-lang.org/t/allow-setters-with-multiple-arguments/5143/6
Compiler version
3.0.2-RC1-bin-20210621-4aa7f90-NIGHTLY
Scastie: https://scastie.scala-lang.org/LojQGNQeSvGLstjbzwaKBw
Minimized code
Output
Doesn't compile
Expectation
ASD
asd
The text was updated successfully, but these errors were encountered: