4 lines
75 B
Kotlin
Vendored
4 lines
75 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert((true && false)) { "text" }
|
|
} |