{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 11
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 11
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "MemberExpression",
        "object": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 20,
                  "column": 3
                },
                "end": {
                  "line": 20,
                  "column": 4
                }
              }
            },
            {
              "type": "Identifier",
              "name": "b",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 22,
                  "column": 3
                },
                "end": {
                  "line": 22,
                  "column": 4
                }
              }
            },
            {
              "type": "MemberExpression",
              "object": {
                "type": "Identifier",
                "name": "c",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 5
                  },
                  "end": {
                    "line": 22,
                    "column": 6
                  }
                }
              },
              "property": {
                "type": "StringLiteral",
                "value": "d",
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 7
                  },
                  "end": {
                    "line": 22,
                    "column": 10
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 5
                },
                "end": {
                  "line": 22,
                  "column": 11
                }
              }
            },
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "StringLiteral",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 4
                    },
                    "end": {
                      "line": 23,
                      "column": 6
                    }
                  }
                },
                {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 7
                      },
                      "end": {
                        "line": 23,
                        "column": 8
                      }
                    }
                  },
                  "arguments": [],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 7
                    },
                    "end": {
                      "line": 23,
                      "column": 10
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 23,
                  "column": 3
                },
                "end": {
                  "line": 23,
                  "column": 11
                }
              }
            },
            {
              "type": "OmittedExpression",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 3
                },
                "end": {
                  "line": 25,
                  "column": 4
                }
              }
            },
            {
              "type": "Identifier",
              "name": "d",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 26,
                  "column": 3
                },
                "end": {
                  "line": 26,
                  "column": 4
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 27,
              "column": 2
            }
          }
        },
        "property": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "ArrayExpression",
                  "elements": [],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 4
                    },
                    "end": {
                      "line": 29,
                      "column": 6
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 29,
                  "column": 3
                },
                "end": {
                  "line": 29,
                  "column": 7
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 2
            },
            "end": {
              "line": 29,
              "column": 8
            }
          }
        },
        "computed": true,
        "optional": false,
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 29,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 9
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "Identifier",
          "name": "f",
          "decorators": [],
          "loc": {
            "start": {
              "line": 31,
              "column": 1
            },
            "end": {
              "line": 31,
              "column": 2
            }
          }
        },
        "right": {
          "type": "CallExpression",
          "callee": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "CallExpression",
                "callee": {
                  "type": "ArrayExpression",
                  "elements": [],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 6
                    },
                    "end": {
                      "line": 31,
                      "column": 8
                    }
                  }
                },
                "arguments": [],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 6
                  },
                  "end": {
                    "line": 31,
                    "column": 10
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 11
              }
            }
          },
          "arguments": [],
          "optional": false,
          "loc": {
            "start": {
              "line": 31,
              "column": 5
            },
            "end": {
              "line": 31,
              "column": 13
            }
          }
        },
        "loc": {
          "start": {
            "line": 31,
            "column": 1
          },
          "end": {
            "line": 31,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 31,
          "column": 14
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "ArrayExpression",
        "elements": [
          {
            "type": "NumberLiteral",
            "value": 0,
            "loc": {
              "start": {
                "line": 33,
                "column": 2
              },
              "end": {
                "line": 33,
                "column": 3
              }
            }
          },
          {
            "type": "SpreadElement",
            "argument": {
              "type": "Identifier",
              "name": "spread",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 8
                },
                "end": {
                  "line": 33,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 14
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 33,
            "column": 1
          },
          "end": {
            "line": 33,
            "column": 15
          }
        }
      },
      "loc": {
        "start": {
          "line": 33,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 15
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 33,
      "column": 15
    }
  }
}
