6 lines
96 B
Kotlin
6 lines
96 B
Kotlin
// WITH_RUNTIME
|
|
fun foo() {
|
|
<caret>assert(true, ::message)
|
|
}
|
|
|
|
fun message(): String = "text" |