4b284a4890
At the moment, it's not published anywhere, but that may change soon #KT-23198
10 lines
117 B
Kotlin
Vendored
10 lines
117 B
Kotlin
Vendored
class A {
|
|
init {
|
|
class L<T> {
|
|
inner class I
|
|
|
|
fun x(l: L<I>) {}
|
|
}
|
|
}
|
|
}
|