7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
val Int.C = 239
|
|
|
|
// not implemented yet
|
|
|
|
fun f() {
|
|
println(5.<caret>C)
|
|
} |