Skip to content

Commit 5e2ec92

Browse files
committed
Comma added at the end of the definition of new ErrorMessageID.
1 parent f5304b3 commit 5e2ec92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/reporting/diagnostic/ErrorMessageID.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public enum ErrorMessageID {
9191
AnonymousFunctionMissingParamTypeID,
9292
SuperCallsNotAllowedInlineID,
9393
ModifiersNotAllowedID,
94-
WildcardOnTypeArgumentNotAllowedOnNewID
94+
WildcardOnTypeArgumentNotAllowedOnNewID,
9595
;
9696

9797
public int errorNumber() {

0 commit comments

Comments
 (0)