Skip to content

Commit 8a83a70

Browse files
oderskymichelou
authored andcommitted
Fix type test for trait parameter arguments
Fixes scala#11993
1 parent 7de8074 commit 8a83a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/reporting/ErrorMessageID.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ enum ErrorMessageID extends java.lang.Enum[ErrorMessageID] {
154154
ErasedTypesCanOnlyBeFunctionTypesID,
155155
CaseClassMissingNonImplicitParamListID,
156156
EnumerationsShouldNotBeEmptyID,
157-
UNUSED_1,
157+
IllegalParameterInitID,
158158
RedundantModifierID,
159159
TypedCaseDoesNotExplicitlyExtendTypedEnumID,
160160
IllegalRedefinitionOfStandardKindID,

0 commit comments

Comments
 (0)