[ FullOpeningTag( FullOpeningTagStatement { span: Span { line: 1, column: 1, position: 0, }, }, ), Class( ClassStatement { attributes: [], modifiers: ClassModifierGroup { modifiers: [], }, class: Span { line: 3, column: 1, position: 7, }, name: SimpleIdentifier { span: Span { line: 3, column: 7, position: 13, }, value: "A", }, extends: None, implements: Some( ClassImplements { implements: Span { line: 3, column: 9, position: 15, }, interfaces: CommaSeparated { inner: [ SimpleIdentifier { span: Span { line: 3, column: 20, position: 26, }, value: "B", }, SimpleIdentifier { span: Span { line: 3, column: 23, position: 29, }, value: "C", }, ], commas: [ Span { line: 3, column: 21, position: 27, }, ], }, }, ), body: ClassBody { left_brace: Span { line: 3, column: 25, position: 31, }, members: [], right_brace: Span { line: 3, column: 26, position: 32, }, }, }, ), ]