function add(a: number): number { // ^ @function // ^ @variable.parameter // ^ @type.builtin return a + 1; } const el = hi; // ^ @constructor // ^ @attribute // ^ @function // ^ @constructor