6 lines
85 B
Kotlin
Vendored
6 lines
85 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
import java.lang.System.out
|
|
|
|
fun x() {
|
|
out.<caret>print("test")
|
|
} |