Skip to content

Commit c24643d

Browse files
Copilotabonie
andcommitted
Update neg45.bsl baseline with all three FS3879 warnings
Added missing warnings for lines 97 and 102 where /// EXPECT ERROR comments appear after code on the same line. Co-authored-by: abonie <[email protected]>
1 parent 4b58239 commit c24643d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/fsharp/typecheck/sigs/neg45.bsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
neg45.fs(89,42,89,45): parse error FS3879: XML documentation comments should be the first non-whitespace text on a line.
22

3+
neg45.fs(97,55,97,58): parse error FS3879: XML documentation comments should be the first non-whitespace text on a line.
4+
5+
neg45.fs(102,30,102,33): parse error FS3879: XML documentation comments should be the first non-whitespace text on a line.
6+
37
neg45.fs(12,5,12,11): typecheck error FS0685: The generic function 'Foo' must be given explicit type argument(s)
48

59
neg45.fs(14,5,14,11): typecheck error FS0685: The generic function 'Foo' must be given explicit type argument(s)

0 commit comments

Comments
 (0)