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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,7 @@ csNoOverloadsFound,"No overloads match for method '%s'."
358
358
csMethodIsOverloaded,"A unique overload for method '%s' could not be determined based on type information prior to this program point. A type annotation may be needed."
359
359
csCandidates,"Candidates: %s"
360
360
csSeeAvailableOverloads,"The available overloads are shown below (or in the Error List window)."
361
-
512,parsDoCannotHaveVisibilityDeclarations,"Accessibility modifiers are not permitted on 'do' bindings"
361
+
512,parsDoCannotHaveVisibilityDeclarations,"Accessibility modifiers are not permitted on 'do' bindings, but '%s' was given."
362
362
513,parsEofInHashIf,"End of file in #if section begun at or after here"
363
363
514,parsEofInString,"End of file in string begun at or before here"
364
364
515,parsEofInVerbatimString,"End of file in verbatim string begun at or before here"
@@ -374,14 +374,14 @@ csSeeAvailableOverloads,"The available overloads are shown below (or in the Erro
374
374
526,parsOnlyOneWithAugmentationAllowed,"At most one 'with' augmentation is permitted"
375
375
527,parsUnexpectedSemicolon,"A semicolon is not expected at this point"
376
376
528,parsUnexpectedEndOfFile,"Unexpected end of input"
377
-
529,parsUnexpectedVisibilityDeclaration,"Accessibility modifiers are not permitted here"
377
+
529,parsUnexpectedVisibilityDeclaration,"Accessibility modifiers are not permitted here, but '%s' was given."
378
378
530,parsOnlyHashDirectivesAllowed,"Only '#' compiler directives may occur prior to the first 'namespace' declaration"
379
379
531,parsVisibilityDeclarationsShouldComePriorToIdentifier,"Accessibility modifiers should come immediately prior to the identifier naming a construct"
380
380
532,parsNamespaceOrModuleNotBoth,"Files should begin with either a namespace or module declaration, e.g. 'namespace SomeNamespace.SubNamespace' or 'module SomeNamespace.SomeModule', but not both. To define a module within a namespace use 'module SomeModule = ...'"
381
381
534,parsModuleAbbreviationMustBeSimpleName,"A module abbreviation must be a simple name, not a path"
382
382
535,parsIgnoreAttributesOnModuleAbbreviation,"Ignoring attributes on module abbreviation"
383
-
536,parsIgnoreAttributesOnModuleAbbreviationAlwaysPrivate,"Ignoringaccessibility attribute on module abbreviation. Module abbreviations are always private."
384
-
537,parsIgnoreVisibilityOnModuleAbbreviationAlwaysPrivate,"Ignoringvisibility attribute on module abbreviation. Module abbreviations are always private."
383
+
536,parsIgnoreAttributesOnModuleAbbreviationAlwaysPrivate,"The '%s'accessibility attribute is not allowed on module abbreviation. Module abbreviations are always private."
384
+
537,parsIgnoreVisibilityOnModuleAbbreviationAlwaysPrivate,"The '%s'visibility attribute is not allowed on module abbreviation. Module abbreviations are always private."
385
385
538,parsUnClosedBlockInHashLight,"Unclosed block"
386
386
539,parsUnmatchedBeginOrStruct,"Unmatched 'begin' or 'struct'"
387
387
541,parsModuleDefnMustBeSimpleName,"A module name must be a simple name, not a path"