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/fsharp/FSComp.txt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1334,5 +1334,4 @@ tcGlobalsSystemTypeNotFound,"The system type '%s' was required but no referenced
1334
1334
3213,typrelMemberHasMultiplePossibleDispatchSlots,"The member '%s' matches multiple overloads of the same method.\nPlease restrict it to one of the following:%s."
1335
1335
3214,methodIsNotStatic,"Method or object constructor '%s' is not static"
1336
1336
3215,expressionHasNoName,"This expression does not have a name."
1337
-
3216,nameofNotPermitted,"The nameof operator is not allowed in this position."
1338
-
3217,chkNoFirstClassNameOf,"First-class uses of the 'nameof' operator is not permitted"
1337
+
3216,chkNoFirstClassNameOf,"First-class uses of the 'nameof' operator is not permitted"