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
@@ -1063,7 +1063,7 @@ lexHashEndingNoMatchingIf,"#endif has no matching #if"
1063
1063
1168,lexHashEndifMustBeFirst,"#endif directive must appear as the first non-whitespace character on a line"
1064
1064
1169,lexHashIfMustHaveIdent,"#if directive should be immediately followed by an identifier"
1065
1065
1170,lexWrongNestedHashEndif,"Syntax error. Wrong nested #endif, unexpected tokens before it."
1066
-
lexHashBangMustBeFirstInFile,"#!mustappear at the start ofthe file."
1066
+
lexHashBangMustBeFirstInFile,"#!may onlyappearas the first lineat the start ofa file."
1067
1067
1171,lexExpectedSingleLineComment,"Expected single line comment or end of line"
1068
1068
1172,memberOperatorDefinitionWithNoArguments,"Infix operator member '%s' has no arguments. Expected a tuple of 2 arguments, e.g. static member (+) (x,y) = ..."
1069
1069
1173,memberOperatorDefinitionWithNonPairArgument,"Infix operator member '%s' has %d initial argument(s). Expected a tuple of 2 arguments, e.g. static member (+) (x,y) = ..."