{
    "range": [
        0,
        39
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 6,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                39
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 6,
                    "column": 1
                }
            },
            "type": "BlockStatement",
            "body": [
                {
                    "range": [
                        4,
                        14
                    ],
                    "loc": {
                        "start": {
                            "line": 2,
                            "column": 2
                        },
                        "end": {
                            "line": 2,
                            "column": 12
                        }
                    },
                    "type": "VariableDeclaration",
                    "declarations": [
                        {
                            "range": [
                                8,
                                13
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 6
                                },
                                "end": {
                                    "line": 2,
                                    "column": 11
                                }
                            },
                            "type": "VariableDeclarator",
                            "id": {
                                "range": [
                                    8,
                                    9
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 6
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 7
                                    }
                                },
                                "type": "Identifier",
                                "name": "a"
                            },
                            "init": {
                                "range": [
                                    12,
                                    13
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 10
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 11
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        }
                    ],
                    "kind": "let"
                },
                {
                    "range": [
                        17,
                        37
                    ],
                    "loc": {
                        "start": {
                            "line": 3,
                            "column": 2
                        },
                        "end": {
                            "line": 5,
                            "column": 3
                        }
                    },
                    "type": "BlockStatement",
                    "body": [
                        {
                            "range": [
                                23,
                                33
                            ],
                            "loc": {
                                "start": {
                                    "line": 4,
                                    "column": 4
                                },
                                "end": {
                                    "line": 4,
                                    "column": 14
                                }
                            },
                            "type": "VariableDeclaration",
                            "declarations": [
                                {
                                    "range": [
                                        27,
                                        32
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 4,
                                            "column": 8
                                        },
                                        "end": {
                                            "line": 4,
                                            "column": 13
                                        }
                                    },
                                    "type": "VariableDeclarator",
                                    "id": {
                                        "range": [
                                            27,
                                            28
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 4,
                                                "column": 8
                                            },
                                            "end": {
                                                "line": 4,
                                                "column": 9
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "a"
                                    },
                                    "init": {
                                        "range": [
                                            31,
                                            32
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 4,
                                                "column": 12
                                            },
                                            "end": {
                                                "line": 4,
                                                "column": 13
                                            }
                                        },
                                        "type": "Literal",
                                        "value": 2,
                                        "raw": "2"
                                    }
                                }
                            ],
                            "kind": "let"
                        }
                    ]
                }
            ]
        }
    ]
}