8832865e9a
We can avoid complex reanalyze-base logic and just directly drop outdated data from FileStructureCache ^KT-60611
10 lines
202 B
Kotlin
10 lines
202 B
Kotlin
var x: Int/* DeclarationStructureElement */
|
|
get() = field
|
|
set(value) {
|
|
field = value
|
|
}
|
|
|
|
val y = 42/* DeclarationStructureElement */
|
|
|
|
var z: Int = 15/* DeclarationStructureElement */
|