Skip to content

Commit 3c6425b

Browse files
committed
Fix check file
Is this a stability problem? It seems the CI visits Seq definitions in different order than local.
1 parent 857ed96 commit 3c6425b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/neg/i14966.check

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
2 | export s.* // error
33
| ^
44
| Double definition:
5-
| final def concat[B >: T](suffix: IterableOnce[B]): Set[B] in class B at line 2 and
6-
| final def concat(that: IterableOnce[T]): Set[T] in class B at line 2
5+
| final def ++[B >: T](suffix: IterableOnce[B]): Set[B] in class B at line 2 and
6+
| final def ++(that: IterableOnce[T]): Set[T] in class B at line 2
77
| have the same type after erasure.
88
|
99
| Consider adding a @targetName annotation to one of the conflicting definitions

0 commit comments

Comments
 (0)