{
    "range": [
        0,
        29
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                29
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 1
                }
            },
            "type": "VariableDeclaration",
            "declarations": [
                {
                    "range": [
                        4,
                        29
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 4
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "VariableDeclarator",
                    "id": {
                        "range": [
                            4,
                            5
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 4
                            },
                            "end": {
                                "line": 1,
                                "column": 5
                            }
                        },
                        "type": "Identifier",
                        "name": "A"
                    },
                    "init": {
                        "range": [
                            8,
                            29
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 3,
                                "column": 1
                            }
                        },
                        "type": "ObjectExpression",
                        "properties": [
                            {
                                "range": [
                                    12,
                                    27
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 2
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 17
                                    }
                                },
                                "type": "Property",
                                "key": {
                                    "range": [
                                        17,
                                        20
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 7
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 10
                                        }
                                    },
                                    "type": "BinaryExpression",
                                    "operator": "+",
                                    "left": {
                                        "range": [
                                            17,
                                            18
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 7
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 8
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "a"
                                    },
                                    "right": {
                                        "range": [
                                            19,
                                            20
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 9
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 10
                                            }
                                        },
                                        "type": "Identifier",
                                        "name": "b"
                                    }
                                },
                                "computed": true,
                                "value": {
                                    "range": [
                                        21,
                                        27
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 2,
                                            "column": 11
                                        },
                                        "end": {
                                            "line": 2,
                                            "column": 17
                                        }
                                    },
                                    "type": "FunctionExpression",
                                    "id": null,
                                    "params": [
                                        {
                                            "range": [
                                                22,
                                                23
                                            ],
                                            "loc": {
                                                "start": {
                                                    "line": 2,
                                                    "column": 12
                                                },
                                                "end": {
                                                    "line": 2,
                                                    "column": 13
                                                }
                                            },
                                            "type": "Identifier",
                                            "name": "a"
                                        }
                                    ],
                                    "defaults": [],
                                    "body": {
                                        "range": [
                                            25,
                                            27
                                        ],
                                        "loc": {
                                            "start": {
                                                "line": 2,
                                                "column": 15
                                            },
                                            "end": {
                                                "line": 2,
                                                "column": 17
                                            }
                                        },
                                        "type": "BlockStatement",
                                        "body": []
                                    },
                                    "generator": false,
                                    "expression": false
                                },
                                "kind": "set"
                            }
                        ]
                    }
                }
            ],
            "kind": "var"
        }
    ]
}