mirror of
https://github.com/helix-editor/helix
synced 2026-07-28 23:33:35 +02:00
8 lines
168 B
Kotlin
8 lines
168 B
Kotlin
fun method(count: Int): Boolean {
|
|
// ^ @function
|
|
// ^ @variable.parameter
|
|
// ^ @type.builtin
|
|
return helper(count)
|
|
// ^ @function
|
|
}
|