{
    "range": [
        0,
        42
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                42
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 1
                }
            },
            "type": "ForInStatement",
            "left": {
                "range": [
                    5,
                    10
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 5
                    },
                    "end": {
                        "line": 1,
                        "column": 10
                    }
                },
                "type": "VariableDeclaration",
                "declarations": [
                    {
                        "range": [
                            9,
                            10
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 9
                            },
                            "end": {
                                "line": 1,
                                "column": 10
                            }
                        },
                        "type": "VariableDeclarator",
                        "id": {
                            "range": [
                                9,
                                10
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 9
                                },
                                "end": {
                                    "line": 1,
                                    "column": 10
                                }
                            },
                            "type": "Identifier",
                            "name": "a"
                        },
                        "init": null
                    }
                ],
                "kind": "var"
            },
            "right": {
                "range": [
                    14,
                    15
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 14
                    },
                    "end": {
                        "line": 1,
                        "column": 15
                    }
                },
                "type": "Identifier",
                "name": "b"
            },
            "body": {
                "range": [
                    17,
                    42
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 17
                    },
                    "end": {
                        "line": 3,
                        "column": 1
                    }
                },
                "type": "BlockStatement",
                "body": [
                    {
                        "range": [
                            21,
                            40
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 2
                            },
                            "end": {
                                "line": 2,
                                "column": 21
                            }
                        },
                        "type": "ForInStatement",
                        "left": {
                            "range": [
                                26,
                                31
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 7
                                },
                                "end": {
                                    "line": 2,
                                    "column": 12
                                }
                            },
                            "type": "VariableDeclaration",
                            "declarations": [
                                {
                                    "range": [
                                        30,
                                        31
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 11
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 12
                                        }
                                    },
                                    "type": "VariableDeclarator",
                                    "id": {
                                        "range": [
                                            30,
                                            31
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 11
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 12
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "c"
                                    },
                                    "init": null
                                }
                            ],
                            "kind": "var"
                        },
                        "right": {
                            "range": [
                                35,
                                36
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 16
                                },
                                "end": {
                                    "line": 2,
                                    "column": 17
                                }
                            },
                            "type": "Identifier",
                            "name": "d"
                        },
                        "body": {
                            "range": [
                                38,
                                40
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 19
                                },
                                "end": {
                                    "line": 2,
                                    "column": 21
                                }
                            },
                            "type": "BlockStatement",
                            "body": []
                        },
                        "each": false
                    }
                ]
            },
            "each": false
        }
    ]
}