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
Hey there. I tested the newly released scala.js support in dotty and came across this problem in facade code. It doesn't need scala.js enabled to reproduce.
Hey there. I tested the newly released scala.js support in dotty and came across this problem in facade code. It doesn't need scala.js enabled to reproduce.
Minimized code
Output
Get the following error message
Expectation
Should compile.
The code compiles if the package object is changed to a normal object, or if the return type in
assign
is changed to a concrete typeThe text was updated successfully, but these errors were encountered: