mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 08:31:29 +00:00
8 lines
149 B
Kotlin
8 lines
149 B
Kotlin
// "Create function 'set' from usage" "true"
|
|
|
|
class Foo<T> {
|
|
fun <T> x (y: Any, w: java.util.ArrayList<T>) {
|
|
y<caret>["", w] = w
|
|
}
|
|
}
|