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