6 lines
186 B
Kotlin
6 lines
186 B
Kotlin
class A {/* NonReanalyzableDeclarationStructureElement */
|
|
fun x() {/* ReanalyzableFunctionStructureElement */
|
|
|
|
}
|
|
fun y(): Int = 10/* ReanalyzableFunctionStructureElement */
|
|
} |