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