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