4 lines
47 B
Plaintext
Vendored
4 lines
47 B
Plaintext
Vendored
val x: Int get() {
|
|
val i = 1
|
|
return i
|
|
} |