[
    FullOpeningTag(
        Span(
            1,
            1,
        ),
    ),
    Interface(
        Interface {
            attributes: [],
            span: Span(
                4,
                1,
            ),
            name: SimpleIdentifier {
                span: Span(
                    4,
                    11,
                ),
                value: "foo",
            },
            extends: None,
            body: InterfaceBody {
                left_brace: Span(
                    4,
                    15,
                ),
                members: [
                    Method(
                        AbstractMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public(
                                        Span(
                                            5,
                                            5,
                                        ),
                                    ),
                                ],
                            },
                            function: Span(
                                5,
                                12,
                            ),
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span(
                                    5,
                                    21,
                                ),
                                value: "bar",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span(
                                    5,
                                    24,
                                ),
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span(
                                    5,
                                    25,
                                ),
                            },
                            return_type: Some(
                                ReturnType {
                                    colon: Span(
                                        5,
                                        26,
                                    ),
                                    data_type: ParentReference(
                                        Span(
                                            5,
                                            28,
                                        ),
                                    ),
                                },
                            ),
                            semicolon: Span(
                                5,
                                34,
                            ),
                        },
                    ),
                ],
                right_brace: Span(
                    6,
                    1,
                ),
            },
        },
    ),
]
