pub fn primary_expr_new_constructor(
node: &SyntaxNode,
) -> Option<(String, usize)>Expand description
If this primary is a new ClassName(...) constructor call, returns Some((class_name, num_args)).
pub fn primary_expr_new_constructor(
node: &SyntaxNode,
) -> Option<(String, usize)>If this primary is a new ClassName(...) constructor call, returns Some((class_name, num_args)).