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: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2513,6 +2513,7 @@ or ErrorCode.ERR_InstanceMemberWithUnnamedExtensionsParameter
2513
2513
or ErrorCode.ERR_InitInExtension
2514
2514
or ErrorCode.ERR_ModifierOnUnnamedReceiverParameter
2515
2515
or ErrorCode.ERR_ExtensionTypeNameDisallowed
2516
+
or ErrorCode.ERR_ExpressionTreeContainsNamedArgumentOutOfPosition
2516
2517
=>false,
2517
2518
};
2518
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