We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857ed96 commit 3c6425bCopy full SHA for 3c6425b
tests/neg/i14966.check
@@ -2,8 +2,8 @@
2
2 | export s.* // error
3
| ^
4
| 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
+ | final def ++[B >: T](suffix: IterableOnce[B]): Set[B] in class B at line 2 and
+ | final def ++(that: IterableOnce[T]): Set[T] in class B at line 2
7
| have the same type after erasure.
8
|
9
| Consider adding a @targetName annotation to one of the conflicting definitions
0 commit comments