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