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 f5304b3 commit 5e2ec92Copy full SHA for 5e2ec92
compiler/src/dotty/tools/dotc/reporting/diagnostic/ErrorMessageID.java
@@ -91,7 +91,7 @@ public enum ErrorMessageID {
91
AnonymousFunctionMissingParamTypeID,
92
SuperCallsNotAllowedInlineID,
93
ModifiersNotAllowedID,
94
- WildcardOnTypeArgumentNotAllowedOnNewID
+ WildcardOnTypeArgumentNotAllowedOnNewID,
95
;
96
97
public int errorNumber() {
0 commit comments