8832865e9a
We can avoid complex reanalyze-base logic and just directly drop outdated data from FileStructureCache ^KT-60611
10 lines
177 B
Kotlin
10 lines
177 B
Kotlin
fun a() {/* DeclarationStructureElement */
|
|
class X
|
|
}
|
|
|
|
class Y {/* ClassDeclarationStructureElement */
|
|
fun b() {/* DeclarationStructureElement */
|
|
class Z
|
|
}
|
|
}
|