{
    "range": [
        0,
        31
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 3
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                31
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 3
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    1,
                    29
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 1
                    },
                    "end": {
                        "line": 3,
                        "column": 1
                    }
                },
                "type": "ArrowFunctionExpression",
                "params": [
                    {
                        "range": [
                            2,
                            3
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 2
                            },
                            "end": {
                                "line": 1,
                                "column": 3
                            }
                        },
                        "type": "Identifier",
                        "name": "a"
                    },
                    {
                        "range": [
                            5,
                            6
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 5
                            },
                            "end": {
                                "line": 1,
                                "column": 6
                            }
                        },
                        "type": "Identifier",
                        "name": "b"
                    },
                    {
                        "range": [
                            8,
                            9
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 8
                            },
                            "end": {
                                "line": 1,
                                "column": 9
                            }
                        },
                        "type": "Identifier",
                        "name": "c"
                    }
                ],
                "body": {
                    "range": [
                        14,
                        29
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 14
                        },
                        "end": {
                            "line": 3,
                            "column": 1
                        }
                    },
                    "type": "BlockStatement",
                    "body": [
                        {
                            "range": [
                                18,
                                27
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 2
                                },
                                "end": {
                                    "line": 2,
                                    "column": 11
                                }
                            },
                            "type": "ReturnStatement",
                            "argument": {
                                "range": [
                                    25,
                                    26
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 9
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 10
                                    }
                                },
                                "type": "Literal",
                                "value": 1,
                                "raw": "1"
                            }
                        }
                    ]
                },
                "expression": false
            }
        }
    ]
}