Skip to content

Commit 459e47d

Browse files
committed
Remove TypeSpliceInValPatternID
1 parent ed4d759 commit 459e47d

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
@@ -163,7 +163,7 @@ enum ErrorMessageID extends java.lang.Enum[ErrorMessageID]:
163163
ExtensionCanOnlyHaveDefsID,
164164
UnexpectedPatternForSummonFromID,
165165
AnonymousInstanceCannotBeEmptyID,
166-
TypeSpliceInValPatternID, // Error does not exist anymore
166+
UNUSED3,
167167
ModifierNotAllowedForDefinitionID,
168168
CannotExtendJavaEnumID,
169169
InvalidReferenceInImplicitNotFoundAnnotationID,

0 commit comments

Comments
 (0)