//! Type resolution and symbol lookup: variable→class inference (`type_map`),
//! cursor→mir type queries (`type_query`), the name-matching declaration walker
//! (`resolve`), the per-file name→declarations table (`symbol_map`), and
//! built-in class member lookup from the bundled stubs (`stub_members`).
pub