[
    FullOpeningTag(
        FullOpeningTagStatement {
            span: Span {
                line: 1,
                column: 1,
                position: 0,
            },
        },
    ),
    Expression(
        ExpressionStatement {
            expression: AssignmentOperation(
                Assign {
                    left: Variable(
                        SimpleVariable(
                            SimpleVariable {
                                span: Span {
                                    line: 4,
                                    column: 1,
                                    position: 8,
                                },
                                name: "$a",
                            },
                        ),
                    ),
                    equals: Span {
                        line: 4,
                        column: 4,
                        position: 11,
                    },
                    right: Literal(
                        Integer(
                            LiteralInteger {
                                value: "4",
                                span: Span {
                                    line: 4,
                                    column: 6,
                                    position: 13,
                                },
                            },
                        ),
                    ),
                },
            ),
            ending: Semicolon(
                Span {
                    line: 4,
                    column: 7,
                    position: 14,
                },
            ),
        },
    ),
    Expression(
        ExpressionStatement {
            expression: AssignmentOperation(
                Assign {
                    left: Variable(
                        SimpleVariable(
                            SimpleVariable {
                                span: Span {
                                    line: 6,
                                    column: 1,
                                    position: 17,
                                },
                                name: "$b",
                            },
                        ),
                    ),
                    equals: Span {
                        line: 6,
                        column: 4,
                        position: 20,
                    },
                    right: Match(
                        MatchExpression {
                            keyword: Span {
                                line: 6,
                                column: 6,
                                position: 22,
                            },
                            left_parenthesis: Span {
                                line: 6,
                                column: 12,
                                position: 28,
                            },
                            condition: Variable(
                                SimpleVariable(
                                    SimpleVariable {
                                        span: Span {
                                            line: 6,
                                            column: 13,
                                            position: 29,
                                        },
                                        name: "$a",
                                    },
                                ),
                            ),
                            right_parenthesis: Span {
                                line: 6,
                                column: 15,
                                position: 31,
                            },
                            left_brace: Span {
                                line: 6,
                                column: 17,
                                position: 33,
                            },
                            default: Some(
                                DefaultMatchArm {
                                    keyword: Span {
                                        line: 9,
                                        column: 5,
                                        position: 110,
                                    },
                                    double_arrow: Span {
                                        line: 9,
                                        column: 14,
                                        position: 119,
                                    },
                                    body: Null,
                                },
                            ),
                            arms: [
                                MatchArm {
                                    conditions: [
                                        Literal(
                                            Integer(
                                                LiteralInteger {
                                                    value: "1",
                                                    span: Span {
                                                        line: 7,
                                                        column: 5,
                                                        position: 39,
                                                    },
                                                },
                                            ),
                                        ),
                                        Literal(
                                            Integer(
                                                LiteralInteger {
                                                    value: "2",
                                                    span: Span {
                                                        line: 7,
                                                        column: 7,
                                                        position: 41,
                                                    },
                                                },
                                            ),
                                        ),
                                        Literal(
                                            Integer(
                                                LiteralInteger {
                                                    value: "3",
                                                    span: Span {
                                                        line: 7,
                                                        column: 9,
                                                        position: 43,
                                                    },
                                                },
                                            ),
                                        ),
                                        Literal(
                                            Integer(
                                                LiteralInteger {
                                                    value: "4",
                                                    span: Span {
                                                        line: 7,
                                                        column: 11,
                                                        position: 45,
                                                    },
                                                },
                                            ),
                                        ),
                                    ],
                                    arrow: Span {
                                        line: 7,
                                        column: 13,
                                        position: 47,
                                    },
                                    body: Null,
                                },
                            ],
                            right_brace: Span {
                                line: 10,
                                column: 1,
                                position: 128,
                            },
                        },
                    ),
                },
            ),
            ending: Semicolon(
                Span {
                    line: 10,
                    column: 2,
                    position: 129,
                },
            ),
        },
    ),
]
