pub fn primary_expr_resolvable_name(node: &SyntaxNode) -> Option<String>Expand description
Name to use for type/scope resolution from a primary expr: identifier, or “this”/“super” when
the single token is the corresponding keyword (class methods don’t use the function keyword).