[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Class(
        ClassStatement {
            attributes: [],
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            class: Span {
                line: 1,
                column: 7,
                position: 6,
            },
            name: SimpleIdentifier {
                span: Span {
                    line: 1,
                    column: 13,
                    position: 12,
                },
                value: "Foo",
            },
            extends: None,
            implements: None,
            body: ClassBody {
                left_brace: Span {
                    line: 1,
                    column: 17,
                    position: 16,
                },
                members: [],
                right_brace: Span {
                    line: 1,
                    column: 18,
                    position: 17,
                },
            },
        },
    ),
]
