blob: ba6e02893e640d3aabc2e3ed5b9901a63da7e85a [file] [log] [blame]
// WITH_RUNTIME
fun test() {
<caret>with ("") {
println("1")
println("2")
}
}