Files
2026-06-20 14:49:53 +09:00

8 lines
168 B
Kotlin

fun method(count: Int): Boolean {
// ^ @function
// ^ @variable.parameter
// ^ @type.builtin
return helper(count)
// ^ @function
}