blob: 5636aff48ac500489afa5dedd5a2c1b40c0d0414 [file] [log] [blame]
// WITH_RUNTIME
fun test(s: String) {
<caret>println("1")
println("2")
}