Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8cc311c

Browse files
committed
Fix outdated test baseline
1 parent73db1c0 commit8cc311c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎tests/fsharp/typecheck/sigs/neg20.bsl‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,12 @@ neg20.fs(166,13,166,35): typecheck error FS0502: The member or object constructo
227227
neg20.fs(167,13,167,31): typecheck error FS0502: The memberor object constructor 'M5' takes2 type argument(s) but is here given1. The required signature is 'member C.M5 : y:'a* z:'b-> int'.
228228

229229
neg20.fs(182,14,182,31): typecheck error FS0041: No overloads matchfor method 'M'. The available overloads are shown below (orin the Error List window).
230-
neg20.fs(182,14,182,31): typecheck error FS0041: Possible overload: 'static member C2.M : fmt:string*params args:int []-> string'. Type constraint mismatch. The type
230+
neg20.fs(182,14,182,31): typecheck error FS0041: Possible overload: 'static member C2.M : fmt:string*[<System.ParamArray>] args:int []-> string'. Type constraint mismatch. The type
231231
obj
232232
isnot compatible with type
233233
int
234234
The type 'obj' isnot compatible with the type 'int'.
235-
neg20.fs(182,14,182,31): typecheck error FS0041: Possible overload: 'static member C2.M : fmt:string*params args:int []-> string'. Type constraint mismatch. The type
235+
neg20.fs(182,14,182,31): typecheck error FS0041: Possible overload: 'static member C2.M : fmt:string*[<System.ParamArray>] args:int []-> string'. Type constraint mismatch. The type
236236
obj
237237
isnot compatible with type
238238
int []
@@ -254,12 +254,12 @@ but here has type
254254
obj
255255

256256
neg20.fs(188,14,188,31): typecheck error FS0041: No overloads matchfor method 'M'. The available overloads are shown below (orin the Error List window).
257-
neg20.fs(188,14,188,31): typecheck error FS0041: Possible overload: 'static member C3.M : fmt:string*params args:string []-> string'. Type constraint mismatch. The type
257+
neg20.fs(188,14,188,31): typecheck error FS0041: Possible overload: 'static member C3.M : fmt:string*[<System.ParamArray>] args:string []-> string'. Type constraint mismatch. The type
258258
obj
259259
isnot compatible with type
260260
string
261261
The type 'obj' isnot compatible with the type 'string'.
262-
neg20.fs(188,14,188,31): typecheck error FS0041: Possible overload: 'static member C3.M : fmt:string*params args:string []-> string'. Type constraint mismatch. The type
262+
neg20.fs(188,14,188,31): typecheck error FS0041: Possible overload: 'static member C3.M : fmt:string*[<System.ParamArray>] args:string []-> string'. Type constraint mismatch. The type
263263
obj
264264
isnot compatible with type
265265
string []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp