12 lines
131 B
Kotlin
Vendored
12 lines
131 B
Kotlin
Vendored
// IGNORE K2
|
|
|
|
class A {
|
|
init {
|
|
class L<T> {
|
|
inner class I
|
|
|
|
fun x(l: L<I>) {}
|
|
}
|
|
}
|
|
}
|