61153c87e0
Introduce KotlinCopyPasteReferenceProcessor
7 lines
82 B
Kotlin
7 lines
82 B
Kotlin
package to
|
|
|
|
fun f() {
|
|
val r = arrayListOf<T>()
|
|
r.addAll(b)
|
|
val x = c
|
|
} |