Skip to content

Commit 546bc4c

Browse files
Add missing comma
1 parent e4437f9 commit 546bc4c

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
@@ -111,7 +111,7 @@ public enum ErrorMessageID {
111111
DuplicateNamedTypeParameterID,
112112
UndefinedNamedTypeParameterID,
113113
IllegalStartOfStatementID,
114-
TraitIsExpectedID
114+
TraitIsExpectedID,
115115
;
116116

117117
public int errorNumber() {

0 commit comments

Comments
 (0)