5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
class CustomGetVal() {
|
|
val zz = 1
|
|
get() = $zz * 2
|
|
}
|