7 lines
72 B
Kotlin
7 lines
72 B
Kotlin
var Int.v: Int
|
|
get() {
|
|
<caret>
|
|
}
|
|
set(value) {
|
|
|
|
} |