You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compilers/CSharp/Portable/Errors/ErrorFacts.cs
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2514,7 +2514,6 @@ or ErrorCode.ERR_InstanceMemberWithUnnamedExtensionsParameter
2514
2514
or ErrorCode.ERR_InitInExtension
2515
2515
or ErrorCode.ERR_ModifierOnUnnamedReceiverParameter
2516
2516
or ErrorCode.ERR_ExtensionTypeNameDisallowed
2517
-
or ErrorCode.ERR_ExpressionTreeContainsNamedArgumentOutOfPosition
2518
2517
=>false,
2519
2518
};
2520
2519
#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