4 lines
77 B
Kotlin
Vendored
4 lines
77 B
Kotlin
Vendored
internal class X(private val list: List<X.Y>) {
|
|
|
|
internal inner class Y
|
|
} |