6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
namespace customGetValGlobal {
|
|
val zz = 1
|
|
get() = $zz * 2
|
|
|
|
}
|