a0d8ab6db5
#KT-1712 fixed
7 lines
73 B
Kotlin
7 lines
73 B
Kotlin
var Int.v : Int
|
|
get() {
|
|
<caret>
|
|
}
|
|
set(value) {
|
|
|
|
} |