Files
kotlin-fork/analysis/low-level-api-fir/testdata/fileStructure/annonymousClass.kt
T
2023-07-27 12:02:05 +00:00

6 lines
108 B
Kotlin

fun x() {/* ReanalyzableFunctionStructureElement */
val x = object: Any() {
fun foo(){}
}
}