4 lines
67 B
Kotlin
Vendored
4 lines
67 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
System.out.println<caret>("foo")
|
|
} |