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
I am trying Dotty REPL (via sbt console) with JDK 14 and get some failure message on the first input statement:
failure to convert Constant(true) to TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Byte)
Caught: dotty.tools.dotc.core.CyclicReference: while parsing annotations in /modules/java.base/java/lang/annotation/ElementType.class
val res0: Int = 42
The text was updated successfully, but these errors were encountered:
I am trying Dotty REPL (via
sbt console
) with JDK 14 and get some failure message on the first input statement:The text was updated successfully, but these errors were encountered: