Skip to content

Commit 037e0a2

Browse files
committed
Fix
1 parent 00e5801 commit 037e0a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2514,7 +2514,6 @@ or ErrorCode.ERR_InstanceMemberWithUnnamedExtensionsParameter
25142514
or ErrorCode.ERR_InitInExtension
25152515
or ErrorCode.ERR_ModifierOnUnnamedReceiverParameter
25162516
or ErrorCode.ERR_ExtensionTypeNameDisallowed
2517-
or ErrorCode.ERR_ExpressionTreeContainsNamedArgumentOutOfPosition
25182517
=> false,
25192518
};
25202519
#pragma warning restore CS8524 // The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value.

0 commit comments

Comments
 (0)