5 lines
75 B
Kotlin
5 lines
75 B
Kotlin
// WITH_RUNTIME
|
|
fun foo() {
|
|
val f = "text"
|
|
<caret>assert(true, f)
|
|
} |