We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266725f commit a9bdf22Copy full SHA for a9bdf22
library/src/scala/compiletime/testing/ErrorKind.scala
@@ -1,7 +1,8 @@
1
package scala.compiletime.testing
2
3
/** An error can be either a parse-time or a typecheck-time */
4
-sealed trait ErrorKind // TODO make this enum, so far not doable because ScalaJS compilation fails on it
+sealed trait ErrorKind // This should be an enum but currently, Dotty lib fails to
5
+ // compile with an obscure error.
6
object ErrorKind:
7
case object Parser extends ErrorKind
8
case object Typer extends ErrorKind
vscode-dotty/out/.keep
0 commit comments