pub fn visit_class_ident<'ast, V: Visit<'ast> + ?Sized>(
    visitor: &mut V,
    id: &'ast ClassIdent
)