blob: 500e5719dd7b4d36f9ca91a8f9113d80c55fe2f7 [file] [log] [blame]
// WITH_RUNTIME
fun test() {
<caret>with ("") {
with ("a") {
this
}
}
}