13 lines
226 B
Kotlin
13 lines
226 B
Kotlin
fun x() {/* ReanalyzableFunctionStructureElement */
|
|
fun y() {
|
|
|
|
}
|
|
}
|
|
|
|
class A {/* NonReanalyzableDeclarationStructureElement */
|
|
fun z() {/* ReanalyzableFunctionStructureElement */
|
|
fun q() {
|
|
|
|
}
|
|
}
|
|
} |