{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "result",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 11
              }
            }
          },
          "init": {
            "type": "BinaryExpression",
            "operator": "<",
            "left": {
              "type": "MemberExpression",
              "object": {
                "type": "Identifier",
                "name": "x",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 14
                  },
                  "end": {
                    "line": 17,
                    "column": 15
                  }
                }
              },
              "property": {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 16
                  },
                  "end": {
                    "line": 17,
                    "column": 17
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 14
                },
                "end": {
                  "line": 17,
                  "column": 18
                }
              }
            },
            "right": {
              "type": "MemberExpression",
              "object": {
                "type": "Identifier",
                "name": "x",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 21
                  },
                  "end": {
                    "line": 17,
                    "column": 22
                  }
                }
              },
              "property": {
                "type": "MemberExpression",
                "object": {
                  "type": "Identifier",
                  "name": "y",
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 23
                    },
                    "end": {
                      "line": 17,
                      "column": 24
                    }
                  }
                },
                "property": {
                  "type": "BinaryExpression",
                  "operator": ">>",
                  "left": {
                    "type": "NumberLiteral",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 25
                      },
                      "end": {
                        "line": 17,
                        "column": 26
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 30
                      },
                      "end": {
                        "line": 17,
                        "column": 31
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 25
                    },
                    "end": {
                      "line": 17,
                      "column": 31
                    }
                  }
                },
                "computed": true,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 23
                  },
                  "end": {
                    "line": 17,
                    "column": 32
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 21
                },
                "end": {
                  "line": 17,
                  "column": 33
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 14
              },
              "end": {
                "line": 17,
                "column": 33
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 33
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 34
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 18,
      "column": 1
    }
  }
}
