[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Interface(
        Interface {
            attributes: [],
            span: Span(
                3,
                1,
            ),
            name: SimpleIdentifier {
                span: Span(
                    3,
                    11,
                ),
                value: "foo",
            },
            extends: None,
            body: InterfaceBody {
                left_brace: Span(
                    3,
                    15,
                ),
                members: [
                    Method(
                        AbstractMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public(
                                        Span(
                                            4,
                                            6,
                                        ),
                                    ),
                                    Static(
                                        Span(
                                            4,
                                            14,
                                        ),
                                    ),
                                ],
                            },
                            function: Span(
                                4,
                                21,
                            ),
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span(
                                    4,
                                    30,
                                ),
                                value: "bar",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span(
                                    4,
                                    33,
                                ),
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span(
                                    4,
                                    34,
                                ),
                            },
                            return_type: None,
                            semicolon: Span(
                                4,
                                35,
                            ),
                        },
                    ),
                ],
                right_brace: Span(
                    5,
                    1,
                ),
            },
        },
    ),
]
