[ 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: "Foo", }, extends: None, implements: Some( ClassImplements { implements: Span { line: 3, column: 11, position: 17, }, interfaces: CommaSeparated { inner: [ SimpleIdentifier { span: Span { line: 3, column: 22, position: 28, }, value: "Bar", }, SimpleIdentifier { span: Span { line: 3, column: 27, position: 33, }, value: "Baz", }, ], commas: [ Span { line: 3, column: 25, position: 31, }, ], }, }, ), body: ClassBody { left_brace: Span { line: 3, column: 31, position: 37, }, members: [], right_brace: Span { line: 3, column: 32, position: 38, }, }, }, ), ]