2 lines
38 B
Kotlin
Vendored
2 lines
38 B
Kotlin
Vendored
val my: Int = 21
|
|
get() = field * 2 |
val my: Int = 21
|
|
get() = field * 2 |