7 lines
110 B
Kotlin
Vendored
7 lines
110 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert(true, {
|
|
val value = 1
|
|
"text and $value"
|
|
})
|
|
} |