{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "ArrowExpression",
        "isAsync": false,
        "params": {
          "type": "FormalParameters",
          "items": [
            {
              "type": "BindingWithDefault",
              "binding": {
                "type": "BindingIdentifier",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 1,
                    "offset": 1
                  },
                  "end": {
                    "line": 1,
                    "column": 2,
                    "offset": 2
                  }
                }
              },
              "init": {
                "type": "LiteralNumericExpression",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 3,
                    "offset": 3
                  },
                  "end": {
                    "line": 1,
                    "column": 4,
                    "offset": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1,
                  "offset": 1
                },
                "end": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                }
              }
            }
          ],
          "rest": null,
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 1,
              "column": 5,
              "offset": 5
            }
          }
        },
        "body": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 1,
                "column": 9,
                "offset": 9
              },
              "end": {
                "line": 1,
                "column": 10,
                "offset": 10
              }
            }
          },
          "operator": "*",
          "right": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 1,
                "column": 14,
                "offset": 14
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 9,
              "offset": 9
            },
            "end": {
              "line": 1,
              "column": 14,
              "offset": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 14,
            "offset": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 14,
          "offset": 14
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 14,
      "offset": 14
    }
  }
}
