6a8bb8b33d
#KT-17712 fixed
4 lines
75 B
Kotlin
Vendored
4 lines
75 B
Kotlin
Vendored
internal class X(private val list: List<Y>) {
|
|
|
|
internal inner class Y
|
|
} |