pub fn default_constructor_with_span(
has_super: bool,
super_call_span: Span,
) -> ConstructorExpand description
super_call_span should be the span of the class definition
Use value of Class::span.
pub fn default_constructor_with_span(
has_super: bool,
super_call_span: Span,
) -> Constructorsuper_call_span should be the span of the class definition
Use value of Class::span.