6 lines
111 B
Kotlin
6 lines
111 B
Kotlin
class A {/* NonReanalyzableDeclarationStructureElement */
|
|
init {
|
|
val x = 10
|
|
class B
|
|
}
|
|
} |