4 lines
93 B
Plaintext
Vendored
4 lines
93 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>print("I don't want to use ticks in Kotlin anymore")
|
|
} |