[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Class(
        Class {
            attributes: [
                AttributeGroup {
                    start: Span(
                        3,
                        1,
                    ),
                    end: Span(
                        3,
                        20,
                    ),
                    members: [
                        Attribute {
                            start: Span(
                                3,
                                3,
                            ),
                            end: Span(
                                3,
                                20,
                            ),
                            name: SimpleIdentifier {
                                span: Span(
                                    3,
                                    3,
                                ),
                                value: "Foo",
                            },
                            arguments: Some(
                                ArgumentList {
                                    comments: CommentGroup {
                                        comments: [],
                                    },
                                    left_parenthesis: Span(
                                        3,
                                        6,
                                    ),
                                    arguments: [
                                        Named {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            name: SimpleIdentifier {
                                                span: Span(
                                                    3,
                                                    7,
                                                ),
                                                value: "public",
                                            },
                                            colon: Span(
                                                3,
                                                13,
                                            ),
                                            ellipsis: None,
                                            value: Bool {
                                                value: true,
                                            },
                                        },
                                    ],
                                    right_parenthesis: Span(
                                        3,
                                        19,
                                    ),
                                },
                            ),
                        },
                    ],
                },
            ],
            modifiers: ClassModifierGroup {
                modifiers: [],
            },
            class: Span(
                4,
                1,
            ),
            name: SimpleIdentifier {
                span: Span(
                    4,
                    7,
                ),
                value: "Bar",
            },
            extends: None,
            implements: None,
            body: ClassBody {
                left_brace: Span(
                    4,
                    11,
                ),
                members: [],
                right_brace: Span(
                    4,
                    12,
                ),
            },
        },
    ),
]
