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