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 595db8d commit e118d4aCopy full SHA for e118d4a
library/src/scala/compiletime/testing/ErrorKind.scala
@@ -2,6 +2,6 @@ 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
5
-object ErrorKind
+object ErrorKind:
6
case object Parser extends ErrorKind
7
case object Typer extends ErrorKind
0 commit comments