f61bb5aa39
#KT-24293 fixed #KT-19603 fixed
9 lines
181 B
Kotlin
Vendored
9 lines
181 B
Kotlin
Vendored
fun a(
|
|
l0: /*T1@*/MutableIterator</*T0@*/Int>
|
|
) {
|
|
l0/*T1@MutableIterator<T0@Int>*/.remove()
|
|
}
|
|
|
|
//T0 <: T0 due to 'RECEIVER_PARAMETER'
|
|
//T1 := LOWER due to 'USE_AS_RECEIVER'
|