10 lines
128 B
Kotlin
Vendored
10 lines
128 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun foo(i: Int) {}
|
|
|
|
fun test() {
|
|
foo(<caret>with("") {
|
|
println()
|
|
1
|
|
})
|
|
} |