blob: eeb2db7740d605fe86105ab7f397947ebe41301e [file] [log] [blame]
// PROBLEM: none
// WITH_RUNTIME
fun test(): String {
<caret>with("") {
return this@with
}
}