{
    "range": [
        0,
        19
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 19
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                19
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 19
                }
            },
            "type": "FunctionDeclaration",
            "id": {
                "range": [
                    9,
                    10
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 9
                    },
                    "end": {
                        "line": 1,
                        "column": 10
                    }
                },
                "type": "Identifier",
                "name": "a"
            },
            "params": [
                {
                    "range": [
                        11,
                        15
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 11
                        },
                        "end": {
                            "line": 1,
                            "column": 15
                        }
                    },
                    "type": "RestElement",
                    "argument": {
                        "range": [
                            14,
                            15
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 14
                            },
                            "end": {
                                "line": 1,
                                "column": 15
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    }
                }
            ],
            "defaults": [],
            "body": {
                "range": [
                    17,
                    19
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 17
                    },
                    "end": {
                        "line": 1,
                        "column": 19
                    }
                },
                "type": "BlockStatement",
                "body": []
            },
            "generator": false,
            "expression": false
        }
    ]
}