blob: 7cdbfba9a1783bb0c7f9d2b26a51e6411d2fbcf2 [file] [log] [blame]
// WITH_RUNTIME
fun foo() {
<caret>assert(1 > 0) { "text" }
}