[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Interface(
        InterfaceStatement {
            attributes: [],
            interface: Span {
                line: 3,
                column: 1,
                position: 7,
            },
            name: SimpleIdentifier {
                span: Span {
                    line: 3,
                    column: 11,
                    position: 17,
                },
                value: "s",
            },
            extends: None,
            body: InterfaceBody {
                left_brace: Span {
                    line: 3,
                    column: 13,
                    position: 19,
                },
                members: [],
                right_brace: Span {
                    line: 3,
                    column: 14,
                    position: 20,
                },
            },
        },
    ),
    Interface(
        InterfaceStatement {
            attributes: [],
            interface: Span {
                line: 5,
                column: 1,
                position: 23,
            },
            name: SimpleIdentifier {
                span: Span {
                    line: 5,
                    column: 11,
                    position: 33,
                },
                value: "foo",
            },
            extends: Some(
                InterfaceExtends {
                    extends: Span {
                        line: 5,
                        column: 15,
                        position: 37,
                    },
                    parents: CommaSeparated {
                        inner: [
                            SimpleIdentifier {
                                span: Span {
                                    line: 5,
                                    column: 23,
                                    position: 45,
                                },
                                value: "s",
                            },
                        ],
                        commas: [],
                    },
                },
            ),
            body: InterfaceBody {
                left_brace: Span {
                    line: 5,
                    column: 25,
                    position: 47,
                },
                members: [
                    Method(
                        AbstractMethod {
                            comments: CommentGroup {
                                comments: [],
                            },
                            attributes: [],
                            modifiers: MethodModifierGroup {
                                modifiers: [
                                    Public(
                                        Span {
                                            line: 6,
                                            column: 5,
                                            position: 53,
                                        },
                                    ),
                                ],
                            },
                            function: Span {
                                line: 6,
                                column: 12,
                                position: 60,
                            },
                            ampersand: None,
                            name: SimpleIdentifier {
                                span: Span {
                                    line: 6,
                                    column: 21,
                                    position: 69,
                                },
                                value: "bar",
                            },
                            parameters: FunctionParameterList {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                left_parenthesis: Span {
                                    line: 6,
                                    column: 24,
                                    position: 72,
                                },
                                parameters: CommaSeparated {
                                    inner: [],
                                    commas: [],
                                },
                                right_parenthesis: Span {
                                    line: 6,
                                    column: 25,
                                    position: 73,
                                },
                            },
                            return_type: Some(
                                ReturnType {
                                    colon: Span {
                                        line: 6,
                                        column: 26,
                                        position: 74,
                                    },
                                    data_type: ParentReference(
                                        Span {
                                            line: 6,
                                            column: 28,
                                            position: 76,
                                        },
                                    ),
                                },
                            ),
                            semicolon: Span {
                                line: 6,
                                column: 34,
                                position: 82,
                            },
                        },
                    ),
                ],
                right_brace: Span {
                    line: 7,
                    column: 1,
                    position: 84,
                },
            },
        },
    ),
]
