7 lines
119 B
Kotlin
7 lines
119 B
Kotlin
// IS_APPLICABLE: false
|
|
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert(true, "")
|
|
}
|
|
|
|
fun assert(b: Boolean, s: String) {} |