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/ErrorMessages/SuggestionsTests.fs
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ open System.Collectons
170
170
FSharpErrorSeverity.Error
171
171
39
172
172
(2,13,2,23)
173
-
"The namespace 'Collectons' is not defined. Maybe you want one of the following:\r\n Collections"
173
+
"The namespace 'Collectons' is not defined."
174
174
175
175
176
176
[<Test>]
@@ -251,8 +251,7 @@ let x : System.Collections.Generic.Lst = ResizeArray()
251
251
FSharpErrorSeverity.Error
252
252
39
253
253
(2,36,2,39)
254
-
"The type 'Lst' is not defined in 'System.Collections.Generic'. Maybe you want one of the following:\r\n List"
255
-
254
+
"The type 'Lst' is not defined in 'System.Collections.Generic'. Maybe you want one of the following:\r\n List\r\n IList\r\n List`1"
256
255
257
256
[<Test>]
258
257
let``Suggest Types in Namespace`` ()=
@@ -263,7 +262,7 @@ let x = System.DateTie.MaxValue
263
262
FSharpErrorSeverity.Error
264
263
39
265
264
(2,16,2,23)
266
-
"The value, constructor, namespace or type 'DateTie' is not defined. Maybe you want one of the following:\r\n DateTime"
265
+
"The value, constructor, namespace or type 'DateTie' is not defined. Maybe you want one of the following:\r\n DateTime\r\n DateTimeKind\r\n DateTimeOffset\r\n Data"
0 commit comments