8832865e9a
We can avoid complex reanalyze-base logic and just directly drop outdated data from FileStructureCache ^KT-60611
7 lines
159 B
Kotlin
7 lines
159 B
Kotlin
class A {/* ClassDeclarationStructureElement */
|
|
fun x() {/* DeclarationStructureElement */
|
|
|
|
}
|
|
fun y(): Int = 10/* DeclarationStructureElement */
|
|
}
|