Skip to content

Commit f5ea8dd

Browse files
committed
Move a bunch of errors to case classes
1 parent 97da357 commit f5ea8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/reporting/diagnostic/messages.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,7 @@ object messages {
14281428
val kind = "Syntax"
14291429
val explanation = ""
14301430
}
1431+
14311432
case class AbstractOverrideOnlyInTraits(sym: Symbol)(
14321433
implicit ctx: Context)
14331434
extends Message(AbstractOverrideOnlyInTraitsID) {

0 commit comments

Comments
 (0)