Skip to content

Commit e118d4a

Browse files
committed
Drop old syntax in more files
1 parent 595db8d commit e118d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/compiletime/testing/ErrorKind.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package scala.compiletime.testing
22

33
/** An error can be either a parse-time or a typecheck-time */
44
sealed trait ErrorKind // TODO make this enum, so far not doable because ScalaJS compilation fails on it
5-
object ErrorKind
5+
object ErrorKind:
66
case object Parser extends ErrorKind
77
case object Typer extends ErrorKind

0 commit comments

Comments
 (0)