48ac89dca4
#KT-4920 Fixed
4 lines
63 B
Kotlin
Vendored
4 lines
63 B
Kotlin
Vendored
class Owner {
|
|
val <caret>p: Int
|
|
get() { return 1}
|
|
} |