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