620fb8683b
#KT-6191 Fixed
5 lines
74 B
Kotlin
5 lines
74 B
Kotlin
var globalProperty = "abc"
|
|
get() = <caret>
|
|
|
|
// EXIST: $globalProperty
|