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/Conformance/DeclarationElements/MemberDefinitions/MethodsAndProperties/MethodsAndProperties.fs
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,10 @@ module MethodsAndProperties =
97
97
|> verifyCompile
98
98
|> shouldFail
99
99
|> withDiagnostics [
100
-
(Error 1, Line 11, Col 24, Line 11, Col 33,"This expression was expected to have type\n ''a[,]' \nbut here has type\n 'int[]' ")
101
-
(Error 1, Line 12, Col 25, Line 12, Col 32,"This expression was expected to have type\n ''a[]' \nbut here has type\n 'int[,]' ")
102
-
(Error 1, Line 13, Col 26, Line 13, Col 37,"This expression was expected to have type\n ''a[]' \nbut here has type\n 'int[,,]' ")
103
-
(Error 1, Line 14, Col 27, Line 14, Col 38,"This expression was expected to have type\n ''a[]' \nbut here has type\n 'int[,,,]' ")
100
+
(Error 1, Line 11, Col 24, Line 11, Col 33,"This expression was expected to have type\n ''a array2d' \nbut here has type\n 'int array' ")
101
+
(Error 1, Line 12, Col 25, Line 12, Col 32,"This expression was expected to have type\n ''a array' \nbut here has type\n 'int array2d' ")
102
+
(Error 1, Line 13, Col 26, Line 13, Col 37,"This expression was expected to have type\n ''a array' \nbut here has type\n 'int array3d' ")
103
+
(Error 1, Line 14, Col 27, Line 14, Col 38,"This expression was expected to have type\n ''a array' \nbut here has type\n 'int array4d' ")
0 commit comments