Files
helix/tests/query/highlights/kotlin/edge.kt
2026-06-20 14:49:53 +09:00

5 lines
74 B
Kotlin

fun f() {
val x = "${obj.compute()}"
// ^ @function
}