8 lines
85 B
Kotlin
8 lines
85 B
Kotlin
val C: Int
|
|
get() = 239
|
|
|
|
// not implemented yet
|
|
|
|
fun f() {
|
|
println(<caret>C)
|
|
} |