JuliaSyntax: Type-annotate array comprehension in `attrnames` (#61518)
Add explicit `Symbol` element type to the comprehension in
`attrnames(::SyntaxTree)` to guarantee a `Vector{Symbol}` return,
independent of inference through the generic `Attrs` type parameter of
`SyntaxGraph{Attrs}`.