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.Compiler.ComponentTests/Language/ComputationExpressionTests.fs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1576,8 +1576,8 @@ let testParallel3() =
1576
1576
|> typecheck
1577
1577
|> shouldFail
1578
1578
|> withDiagnostics [
1579
-
(Error 3350, Line 44, Col 17, Line 44, Col 20,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1580
-
(Error 3350, Line 43, Col 14, Line 43, Col 20,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1579
+
(Error 3350, Line 43, Col 17, Line 43, Col 20,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1580
+
(Error 3350, Line 44, Col 17, Line 44, Col 20,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1581
1581
]
1582
1582
1583
1583
[<Fact>]
@@ -1693,8 +1693,8 @@ let testParallel2() =
1693
1693
|> typecheck
1694
1694
|> shouldFail
1695
1695
|> withDiagnostics [
1696
-
(Error 3350, Line 43, Col 48, Line 43, Col 52,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1697
-
(Error 3350, Line 42, Col 14, Line 42, Col 48,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1696
+
(Error 3350, Line 42, Col 42, Line 42, Col 48,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1697
+
(Error 3350, Line 43, Col 48, Line 43, Col 52,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1698
1698
]
1699
1699
1700
1700
[<Fact>]
@@ -1809,10 +1809,10 @@ let testParallel2() =
1809
1809
|> typecheck
1810
1810
|> shouldFail
1811
1811
|> withDiagnostics [
1812
-
(Error 3350, Line 35, Col 29, Line 35, Col 45,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1813
-
(Error 3350, Line 34, Col 14, Line 34, Col 42,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1812
+
(Error 3350, Line 34, Col 29, Line 34, Col 42,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1813
+
(Error 3350, Line 35, Col 29, Line 35, Col 45,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1814
+
(Error 3350, Line 41, Col 27, Line 41, Col 40,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.");
1814
1815
(Error 3350, Line 42, Col 27, Line 42, Col 43,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
1815
-
(Error 3350, Line 41, Col 14, Line 41, Col 40,"Feature 'Allow let! and use! type annotations without requiring parentheses' is not available in F# 9.0. Please use language version 'PREVIEW' or greater.")
0 commit comments