6 lines
89 B
Kotlin
6 lines
89 B
Kotlin
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert(bar(), "text")
|
|
}
|
|
|
|
fun bar(): Boolean = true |