6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert(true) {
|
|
return
|
|
}
|
|
} |