JVM IR: Produce correct generic signatures for special bridge methods
This commit is contained in:
committed by
Alexander Udalov
parent
c16b548dff
commit
9d63412b3e
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
interface ImmutableCollection<out E> : Collection<E> {
|
||||
fun add(element: @UnsafeVariance E): ImmutableCollection<E>
|
||||
fun addAll(elements: Collection<@UnsafeVariance E>): ImmutableCollection<E>
|
||||
|
||||
Reference in New Issue
Block a user