mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
6 lines
147 B
Kotlin
6 lines
147 B
Kotlin
// "Create function 'get'" "true"
|
|
class Foo<T>
|
|
fun <T> x (y: Foo<List<T>>, w: java.util.ArrayList<T>) {
|
|
val z: Iterable<T> = y<caret>["", w]
|
|
}
|