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/typecheck/sigs/neg20.bsl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -349,9 +349,9 @@ neg20.fs(319,8,319,17): typecheck error FS3132: This type definition may not hav
349
349
350
350
neg20.fs(322,8,322,18): typecheck error FS3132: This type definition maynot have the 'CLIMutable' attribute. Only record types may have this attribute.
351
351
352
-
neg20.fs(335,11,335,24): typecheck error FS0041: A unique overloadfor method 'String' couldnot be determined based on type information priorto this program point. A type annotation may be needed. Candidates: System.String(value: char []) :unit, System.String(value: nativeptr<char>) :unit, System.String(value: nativeptr<sbyte>) :unit
352
+
neg20.fs(335,11,335,24): typecheck error FS0041: A unique overloadfor method 'String' couldnot be determined based on type information priorto this program point. A type annotation may be needed. Candidates: System.String(value: char []) :System.String, System.String(value: nativeptr<char>) :System.String, System.String(value: nativeptr<sbyte>) :System.String
353
353
354
-
neg20.fs(336,11,336,22): typecheck error FS0041: A unique overloadfor method 'Guid' couldnot be determined based on type information priorto this program point. A type annotation may be needed. Candidates: System.Guid(b: byte []) :unit, System.Guid(g: string) :unit
354
+
neg20.fs(336,11,336,22): typecheck error FS0041: A unique overloadfor method 'Guid' couldnot be determined based on type information priorto this program point. A type annotation may be needed. Candidates: System.Guid(b: byte []) :System.Guid, System.Guid(g: string) :System.Guid
355
355
356
356
neg20.fs(355,19,355,38): typecheck error FS1124: Multiple types exist called 'OverloadedClassName', taking different numbers of generic parameters. Provide a type instantiationto disambiguate the type resolution, e.g. 'OverloadedClassName<_>'.