[
    FullOpeningTag(
        Span {
            line: 1,
            column: 1,
            position: 0,
        },
    ),
    Class(
        ClassStatement {
            attributes: [
                AttributeGroup {
                    start: Span {
                        line: 3,
                        column: 1,
                        position: 7,
                    },
                    end: Span {
                        line: 3,
                        column: 36,
                        position: 42,
                    },
                    members: [
                        Attribute {
                            start: Span {
                                line: 3,
                                column: 3,
                                position: 9,
                            },
                            end: Span {
                                line: 3,
                                column: 11,
                                position: 17,
                            },
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 3,
                                    column: 3,
                                    position: 9,
                                },
                                value: "static",
                            },
                            arguments: Some(
                                ArgumentList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span {
                                        line: 3,
                                        column: 9,
                                        position: 15,
                                    },
                                    arguments: [],
                                    right_parenthesis: Span {
                                        line: 3,
                                        column: 10,
                                        position: 16,
                                    },
                                },
                            ),
                        },
                        Attribute {
                            start: Span {
                                line: 3,
                                column: 13,
                                position: 19,
                            },
                            end: Span {
                                line: 3,
                                column: 19,
                                position: 25,
                            },
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 3,
                                    column: 13,
                                    position: 19,
                                },
                                value: "self",
                            },
                            arguments: Some(
                                ArgumentList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span {
                                        line: 3,
                                        column: 17,
                                        position: 23,
                                    },
                                    arguments: [],
                                    right_parenthesis: Span {
                                        line: 3,
                                        column: 18,
                                        position: 24,
                                    },
                                },
                            ),
                        },
                        Attribute {
                            start: Span {
                                line: 3,
                                column: 21,
                                position: 27,
                            },
                            end: Span {
                                line: 3,
                                column: 29,
                                position: 35,
                            },
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 3,
                                    column: 21,
                                    position: 27,
                                },
                                value: "parent",
                            },
                            arguments: Some(
                                ArgumentList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span {
                                        line: 3,
                                        column: 27,
                                        position: 33,
                                    },
                                    arguments: [],
                                    right_parenthesis: Span {
                                        line: 3,
                                        column: 28,
                                        position: 34,
                                    },
                                },
                            ),
                        },
                        Attribute {
                            start: Span {
                                line: 3,
                                column: 31,
                                position: 37,
                            },
                            end: Span {
                                line: 3,
                                column: 36,
                                position: 42,
                            },
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 3,
                                    column: 31,
                                    position: 37,
                                },
                                value: "foo",
                            },
                            arguments: Some(
                                ArgumentList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span {
                                        line: 3,
                                        column: 34,
                                        position: 40,
                                    },
                                    arguments: [],
                                    right_parenthesis: Span {
                                        line: 3,
                                        column: 35,
                                        position: 41,
                                    },
                                },
                            ),
                        },
                    ],
                },
            ],
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            class: Span {
                line: 4,
                column: 1,
                position: 44,
            },
            name: SimpleIdentifier {
                span: Span {
                    line: 4,
                    column: 7,
                    position: 50,
                },
                value: "a",
            },
            extends: None,
            implements: None,
            body: ClassBody {
                left_brace: Span {
                    line: 4,
                    column: 9,
                    position: 52,
                },
                members: [],
                right_brace: Span {
                    line: 4,
                    column: 10,
                    position: 53,
                },
            },
        },
    ),
]
