// WITH_RUNTIME class C { val c = "abc".run { println(this + this@C) } }