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: tests/FSharp.Test.Utilities/CompilerAssert.fs
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
namespaceFSharp.Test
4
4
5
+
#nowarn"57"
6
+
5
7
openSystem
6
8
openSystem.IO
7
9
openSystem.Text
@@ -856,6 +858,14 @@ Updated automatically, please check diffs in your pull request, changes must be
856
858
static memberTypeCheckSingleError(source:string)(expectedSeverity:FSharpDiagnosticSeverity)(expectedErrorNumber:int)(expectedErrorRange:int * int * int * int)(expectedErrorMsg:string)=
0 commit comments