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
//>usingscala3.5.0-RC6//>usingoption-Xprint:genBCodeopaquetypeMyOpaque<:Int=IntobjectMyOpaque:inlinedefapply(inlinevalue: Int):MyOpaque= value
classFoo:valx=MyOpaque(8)
Compiler version
v3.4.2
v3.5.0-RC6
Minimized code
Output
genBCode phase printing
Foo.class byte code
Expectation
The proxies should be removed, as they are completely redundant in this case.
x
should just get the value8
.The text was updated successfully, but these errors were encountered: