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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ returnUsedInsteadOfReturnBang,"Consider using 'return!' instead of 'return'."
25
25
yieldUsedInsteadOfYieldBang,"Consider using 'yield!' instead of 'yield'."
26
26
tupleRequiredInAbstractMethod,"\nA tuple type is required for one or more arguments. Consider wrapping the given arguments in additional parentheses or review the definition of the interface."
27
27
notAFunction,"This value is not a function and cannot be applied."
28
-
notAFunctionButMaybeIndexer,"This value is not a function and cannot be applied.But the given value has an indexer.Did you intend to call obj.[index] instead of obj[index]?"
28
+
notAFunctionButMaybeIndexer,"This value is not a function and cannot be applied. Did you intend to call obj.[index] instead of obj[index]?"
29
29
notAFunctionButMaybeDeclaration,"This value is not a function and cannot be applied. Did you forget to terminate a declaration?"
30
30
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
31
31
204,buildInvalidVersionString,"Invalid version string '%s'"