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
[warn] an unexpected type representation reached the compiler backend while compiling Application.scala: <error>. If possible, please file a bug on https://github.com/scala/bug/issues.
[error] Error while emitting Application.scala
[error] <error> (of class scala.reflect.internal.Types$ErrorType$)
[error] Error while emitting Application.scala
[error] assertion failed: ClassBType.info not yet assigned: Lcontrollers/Application$$anonfun$1;
[warn] one warning found
[error] two errors found
[error] (Compile / compileIncremental) Compilation failed
Note 1: What actually fails is the compilation of Router.route[EventApi](new EventService) (present in Application.scala in this case).
Note 2: Worked with Scala 2.12.6.
Thank you!
The text was updated successfully, but these errors were encountered:
Example:
works, while:
fails with:
Note 1: What actually fails is the compilation of
Router.route[EventApi](new EventService)
(present inApplication.scala
in this case).Note 2: Worked with Scala 2.12.6.
Thank you!
The text was updated successfully, but these errors were encountered: