7 lines
86 B
Kotlin
Vendored
7 lines
86 B
Kotlin
Vendored
// PROBLEM: none
|
|
// WITH_RUNTIME
|
|
fun test() = <caret>with("") {
|
|
println()
|
|
1
|
|
}
|