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/neg23.bsl
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
2
-
neg23.fs(9,21,9,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure1.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
2
+
neg23.fs(9,21,9,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure1.SomeClass'.
3
3
4
-
neg23.fs(7,21,7,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure1.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
4
+
neg23.fs(7,21,7,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure1.SomeClass'.
5
5
6
-
neg23.fs(19,21,19,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure2.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
6
+
neg23.fs(19,21,19,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure2.SomeClass'.
7
7
8
-
neg23.fs(17,21,17,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure2.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
8
+
neg23.fs(17,21,17,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure2.SomeClass'.
9
9
10
-
neg23.fs(28,21,28,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure3.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
10
+
neg23.fs(28,21,28,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure3.SomeClass'.
11
11
12
-
neg23.fs(26,21,26,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure3.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
12
+
neg23.fs(26,21,26,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure3.SomeClass'.
13
13
14
14
neg23.fs(55,21,55,24): typecheck error FS0438: Duplicate method. The method 'Foo' has the same nameand signature as another methodin type 'DuplicateOverloadUpToErasure6.SomeClass' once tuples, functions, units of measureand/or provided types are erased.
Copy file name to clipboardExpand all lines: tests/fsharpqa/Source/Conformance/DeclarationElements/MemberDefinitions/OverloadingMembers/E_InferredTypeNotUnique01.fs
// Regression test for FSharp1.0:3762 - Using FastFunc explicitly is not differentiate from function types, thus causing compiler to create bad method tables, maybe other problems
3
-
//<Expects span="(7,17-7,20)" status="error">Duplicate method\. The method 'Foo' has the same name and signature as another method in type 'SomeClass' once tuples, functions, units of measure and/or provided types are erased\.</Expects>
3
+
//<Expects span="(7,17-7,20)" status="error">Duplicate method\. The method 'Foo' has the same name and signature as another method in type 'SomeClass'\.</Expects>