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