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
Scala.js IR error with a case class with java.lang.Class field: java.io.Serializable expected but java.lang.Class found for tree of type org.scalajs.ir.Trees$Apply#17542
git clone https://github.com/7mind/izumi.git
cd izumi
git checkout 124644fde1dea510750a71f13c47f06c657bdcf4
sbt distage-extension-logstageJS/Test/fullLinkJS
Error:
[error] file:SafeType.scala(7:18:Return): java.io.Serializable expected but java.lang.Class found for tree of type org.scalajs.ir.Trees$Apply
[error] There were 1 IR checking errors.
Expectation
Expected to work, as on Scala 2. Only happens with fullLinkJS, not with fastOptJS.