{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "array1",
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 13
                  },
                  "end": {
                    "line": 1,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 13
                },
                "end": {
                  "line": 1,
                  "column": 21
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 5
              },
              "end": {
                "line": 1,
                "column": 11
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 25
                  },
                  "end": {
                    "line": 1,
                    "column": 26
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 28
                  },
                  "end": {
                    "line": 1,
                    "column": 29
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 31
                  },
                  "end": {
                    "line": 1,
                    "column": 32
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 4,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 34
                  },
                  "end": {
                    "line": 1,
                    "column": 35
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 24
              },
              "end": {
                "line": 1,
                "column": 36
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 5
            },
            "end": {
              "line": 1,
              "column": 36
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 1,
          "column": 37
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "array1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 2,
                "column": 1
              },
              "end": {
                "line": 2,
                "column": 7
              }
            }
          },
          "property": {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 2,
                "column": 8
              },
              "end": {
                "line": 2,
                "column": 9
              }
            }
          },
          "computed": true,
          "optional": false,
          "loc": {
            "start": {
              "line": 2,
              "column": 1
            },
            "end": {
              "line": 2,
              "column": 10
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 2,
              "column": 13
            },
            "end": {
              "line": 2,
              "column": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 1
          },
          "end": {
            "line": 2,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 1
        },
        "end": {
          "line": 2,
          "column": 15
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 5
                },
                "end": {
                  "line": 6,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 10
                },
                "end": {
                  "line": 6,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 6,
                "column": 5
              },
              "end": {
                "line": 6,
                "column": 17
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "bar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 5
                },
                "end": {
                  "line": 7,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 7,
                  "column": 10
                },
                "end": {
                  "line": 7,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 5
              },
              "end": {
                "line": 7,
                "column": 17
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 5,
            "column": 22
          },
          "end": {
            "line": 8,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface1",
        "decorators": [],
        "loc": {
          "start": {
            "line": 5,
            "column": 11
          },
          "end": {
            "line": 5,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 5,
          "column": 1
        },
        "end": {
          "line": 8,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 5
                },
                "end": {
                  "line": 10,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 10,
                  "column": 10
                },
                "end": {
                  "line": 10,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 10,
                "column": 5
              },
              "end": {
                "line": 10,
                "column": 17
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "bar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 5
                },
                "end": {
                  "line": 11,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 11,
                  "column": 10
                },
                "end": {
                  "line": 11,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 11,
                "column": 5
              },
              "end": {
                "line": 11,
                "column": 17
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foobar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 5
                },
                "end": {
                  "line": 12,
                  "column": 11
                }
              }
            },
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 13
                  },
                  "end": {
                    "line": 12,
                    "column": 23
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 12,
                  "column": 13
                },
                "end": {
                  "line": 12,
                  "column": 23
                }
              }
            },
            "loc": {
              "start": {
                "line": 12,
                "column": 5
              },
              "end": {
                "line": 13,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 9,
            "column": 22
          },
          "end": {
            "line": 13,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface2",
        "decorators": [],
        "loc": {
          "start": {
            "line": 9,
            "column": 11
          },
          "end": {
            "line": 9,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 9,
          "column": 1
        },
        "end": {
          "line": 13,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a1",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface2",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 9
                  },
                  "end": {
                    "line": 14,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 14,
                  "column": 9
                },
                "end": {
                  "line": 14,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 14,
                "column": 5
              },
              "end": {
                "line": 14,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 14,
              "column": 5
            },
            "end": {
              "line": 14,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 14,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 20
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "b1",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface1",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 15,
                    "column": 9
                  },
                  "end": {
                    "line": 15,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 15,
                  "column": 9
                },
                "end": {
                  "line": 15,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 15,
                "column": 5
              },
              "end": {
                "line": 15,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 15,
              "column": 5
            },
            "end": {
              "line": 15,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 15,
          "column": 1
        },
        "end": {
          "line": 15,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "a1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 1
              },
              "end": {
                "line": 16,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "foo",
            "decorators": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 4
              },
              "end": {
                "line": 16,
                "column": 7
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 16,
              "column": 1
            },
            "end": {
              "line": 16,
              "column": 7
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 2,
          "loc": {
            "start": {
              "line": 16,
              "column": 10
            },
            "end": {
              "line": 16,
              "column": 11
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 1
          },
          "end": {
            "line": 16,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 12
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "a1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 1
              },
              "end": {
                "line": 17,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 4
              },
              "end": {
                "line": 17,
                "column": 7
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 17,
              "column": 7
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 17,
              "column": 10
            },
            "end": {
              "line": 17,
              "column": 15
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 1
          },
          "end": {
            "line": 17,
            "column": 15
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 16
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "b1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 1
              },
              "end": {
                "line": 18,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "foo",
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 4
              },
              "end": {
                "line": 18,
                "column": 7
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 18,
              "column": 1
            },
            "end": {
              "line": 18,
              "column": 7
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "a1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 10
              },
              "end": {
                "line": 18,
                "column": 12
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "foo",
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 13
              },
              "end": {
                "line": 18,
                "column": 16
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 18,
              "column": 10
            },
            "end": {
              "line": 18,
              "column": 16
            }
          }
        },
        "loc": {
          "start": {
            "line": 18,
            "column": 1
          },
          "end": {
            "line": 18,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 17
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "b1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 1
              },
              "end": {
                "line": 19,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 4
              },
              "end": {
                "line": 19,
                "column": 7
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 19,
              "column": 7
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "a1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 10
              },
              "end": {
                "line": 19,
                "column": 12
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 13
              },
              "end": {
                "line": 19,
                "column": 16
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 19,
              "column": 10
            },
            "end": {
              "line": 19,
              "column": 16
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 17
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "a1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 1
              },
              "end": {
                "line": 20,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "foobar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 4
              },
              "end": {
                "line": 20,
                "column": 10
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 20,
              "column": 1
            },
            "end": {
              "line": 20,
              "column": 10
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "b1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 20,
              "column": 13
            },
            "end": {
              "line": 20,
              "column": 15
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1
          },
          "end": {
            "line": 20,
            "column": 15
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 16
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "a1",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 21,
                  "column": 1
                },
                "end": {
                  "line": 21,
                  "column": 3
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "foobar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 21,
                  "column": 4
                },
                "end": {
                  "line": 21,
                  "column": 10
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 21,
                "column": 1
              },
              "end": {
                "line": 21,
                "column": 10
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "foo",
            "decorators": [],
            "loc": {
              "start": {
                "line": 21,
                "column": 11
              },
              "end": {
                "line": 21,
                "column": 14
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 21,
              "column": 1
            },
            "end": {
              "line": 21,
              "column": 14
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 3,
          "loc": {
            "start": {
              "line": 21,
              "column": 17
            },
            "end": {
              "line": 21,
              "column": 18
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 1
          },
          "end": {
            "line": 21,
            "column": 18
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 19
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "a1",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 22,
                  "column": 1
                },
                "end": {
                  "line": 22,
                  "column": 3
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "foobar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 22,
                  "column": 4
                },
                "end": {
                  "line": 22,
                  "column": 10
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 22,
                "column": 1
              },
              "end": {
                "line": 22,
                "column": 10
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 22,
                "column": 11
              },
              "end": {
                "line": 22,
                "column": 14
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 22,
              "column": 1
            },
            "end": {
              "line": 22,
              "column": 14
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 22,
              "column": 17
            },
            "end": {
              "line": 22,
              "column": 22
            }
          }
        },
        "loc": {
          "start": {
            "line": 22,
            "column": 1
          },
          "end": {
            "line": 22,
            "column": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 23
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 5
                },
                "end": {
                  "line": 27,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 10
                  },
                  "end": {
                    "line": 27,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 10
                },
                "end": {
                  "line": 27,
                  "column": 18
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 26,
            "column": 22
          },
          "end": {
            "line": 28,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface3",
        "decorators": [],
        "loc": {
          "start": {
            "line": 26,
            "column": 11
          },
          "end": {
            "line": 26,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a2",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface3",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 9
                  },
                  "end": {
                    "line": 29,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 9
                },
                "end": {
                  "line": 29,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "a2",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 30,
                  "column": 1
                },
                "end": {
                  "line": 30,
                  "column": 3
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 30,
                  "column": 4
                },
                "end": {
                  "line": 30,
                  "column": 7
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 30,
                "column": 1
              },
              "end": {
                "line": 30,
                "column": 7
              }
            }
          },
          "property": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 30,
                "column": 8
              },
              "end": {
                "line": 30,
                "column": 9
              }
            }
          },
          "computed": true,
          "optional": false,
          "loc": {
            "start": {
              "line": 30,
              "column": 1
            },
            "end": {
              "line": 30,
              "column": 10
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 30,
              "column": 13
            },
            "end": {
              "line": 30,
              "column": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 30,
            "column": 1
          },
          "end": {
            "line": 30,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 15
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 5
                },
                "end": {
                  "line": 35,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "bar",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 12
                      },
                      "end": {
                        "line": 35,
                        "column": 15
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 35,
                        "column": 17
                      },
                      "end": {
                        "line": 35,
                        "column": 23
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 35,
                      "column": 12
                    },
                    "end": {
                      "line": 35,
                      "column": 24
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 11
                },
                "end": {
                  "line": 35,
                  "column": 24
                }
              }
            },
            "loc": {
              "start": {
                "line": 35,
                "column": 5
              },
              "end": {
                "line": 36,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 34,
            "column": 22
          },
          "end": {
            "line": 36,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface4",
        "decorators": [],
        "loc": {
          "start": {
            "line": 34,
            "column": 11
          },
          "end": {
            "line": 34,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 36,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a3",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface4",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 9
                  },
                  "end": {
                    "line": 37,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 9
                },
                "end": {
                  "line": 37,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 37,
                "column": 5
              },
              "end": {
                "line": 37,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 37,
              "column": 5
            },
            "end": {
              "line": 37,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 37,
          "column": 1
        },
        "end": {
          "line": 37,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "a3",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 38,
                  "column": 1
                },
                "end": {
                  "line": 38,
                  "column": 3
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 38,
                  "column": 4
                },
                "end": {
                  "line": 38,
                  "column": 7
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 38,
                "column": 1
              },
              "end": {
                "line": 38,
                "column": 7
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 38,
                "column": 8
              },
              "end": {
                "line": 38,
                "column": 11
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 38,
              "column": 1
            },
            "end": {
              "line": 38,
              "column": 11
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 3,
          "loc": {
            "start": {
              "line": 38,
              "column": 14
            },
            "end": {
              "line": 38,
              "column": 15
            }
          }
        },
        "loc": {
          "start": {
            "line": 38,
            "column": 1
          },
          "end": {
            "line": 38,
            "column": 15
          }
        }
      },
      "loc": {
        "start": {
          "line": 38,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 16
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 5
                },
                "end": {
                  "line": 42,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "foobar",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 12
                      },
                      "end": {
                        "line": 42,
                        "column": 18
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 42,
                        "column": 20
                      },
                      "end": {
                        "line": 42,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 42,
                      "column": 12
                    },
                    "end": {
                      "line": 42,
                      "column": 27
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 42,
                  "column": 11
                },
                "end": {
                  "line": 42,
                  "column": 27
                }
              }
            },
            "loc": {
              "start": {
                "line": 42,
                "column": 5
              },
              "end": {
                "line": 43,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 41,
            "column": 22
          },
          "end": {
            "line": 43,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface5",
        "decorators": [],
        "loc": {
          "start": {
            "line": 41,
            "column": 11
          },
          "end": {
            "line": 41,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 43,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "bar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 45,
                  "column": 5
                },
                "end": {
                  "line": 45,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "Interface5",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 45,
                      "column": 10
                    },
                    "end": {
                      "line": 45,
                      "column": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 10
                  },
                  "end": {
                    "line": 45,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 45,
                  "column": 10
                },
                "end": {
                  "line": 45,
                  "column": 22
                }
              }
            },
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 44,
            "column": 22
          },
          "end": {
            "line": 46,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface6",
        "decorators": [],
        "loc": {
          "start": {
            "line": 44,
            "column": 11
          },
          "end": {
            "line": 44,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 46,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a4",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface6",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 9
                  },
                  "end": {
                    "line": 47,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 47,
                  "column": 9
                },
                "end": {
                  "line": 47,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 47,
                "column": 5
              },
              "end": {
                "line": 47,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 47,
              "column": 5
            },
            "end": {
              "line": 47,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 47,
          "column": 1
        },
        "end": {
          "line": 47,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "MemberExpression",
              "object": {
                "type": "MemberExpression",
                "object": {
                  "type": "Identifier",
                  "name": "a4",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 1
                    },
                    "end": {
                      "line": 48,
                      "column": 3
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "bar",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 48,
                      "column": 4
                    },
                    "end": {
                      "line": 48,
                      "column": 7
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 1
                  },
                  "end": {
                    "line": 48,
                    "column": 7
                  }
                }
              },
              "property": {
                "type": "NumberLiteral",
                "value": 0,
                "loc": {
                  "start": {
                    "line": 48,
                    "column": 8
                  },
                  "end": {
                    "line": 48,
                    "column": 9
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 48,
                  "column": 1
                },
                "end": {
                  "line": 48,
                  "column": 10
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 48,
                  "column": 11
                },
                "end": {
                  "line": 48,
                  "column": 14
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 48,
                "column": 1
              },
              "end": {
                "line": 48,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "foobar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 48,
                "column": 15
              },
              "end": {
                "line": 48,
                "column": 21
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 48,
              "column": 1
            },
            "end": {
              "line": 48,
              "column": 21
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 3,
          "loc": {
            "start": {
              "line": 48,
              "column": 24
            },
            "end": {
              "line": 48,
              "column": 25
            }
          }
        },
        "loc": {
          "start": {
            "line": 48,
            "column": 1
          },
          "end": {
            "line": 48,
            "column": 25
          }
        }
      },
      "loc": {
        "start": {
          "line": 48,
          "column": 1
        },
        "end": {
          "line": 48,
          "column": 26
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 52,
                  "column": 5
                },
                "end": {
                  "line": 52,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSParenthesizedType",
              "typeAnnotation": {
                "type": "TSUnionType",
                "types": [
                  {
                    "type": "TSTypeLiteral",
                    "members": [
                      {
                        "type": "TSPropertySignature",
                        "computed": false,
                        "optional": false,
                        "readonly": false,
                        "key": {
                          "type": "Identifier",
                          "name": "bar",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 10
                            },
                            "end": {
                              "line": 52,
                              "column": 13
                            }
                          }
                        },
                        "typeAnnotation": {
                          "type": "TSStringKeyword",
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 15
                            },
                            "end": {
                              "line": 52,
                              "column": 21
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 10
                          },
                          "end": {
                            "line": 52,
                            "column": 22
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 9
                      },
                      "end": {
                        "line": 52,
                        "column": 22
                      }
                    }
                  },
                  {
                    "type": "TSTypeLiteral",
                    "members": [
                      {
                        "type": "TSPropertySignature",
                        "computed": false,
                        "optional": false,
                        "readonly": false,
                        "key": {
                          "type": "Identifier",
                          "name": "bar",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 26
                            },
                            "end": {
                              "line": 52,
                              "column": 29
                            }
                          }
                        },
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 52,
                              "column": 31
                            },
                            "end": {
                              "line": 52,
                              "column": 37
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 52,
                            "column": 26
                          },
                          "end": {
                            "line": 52,
                            "column": 38
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 25
                      },
                      "end": {
                        "line": 52,
                        "column": 38
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 52,
                    "column": 9
                  },
                  "end": {
                    "line": 52,
                    "column": 38
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 52,
                  "column": 8
                },
                "end": {
                  "line": 52,
                  "column": 39
                }
              }
            },
            "loc": {
              "start": {
                "line": 52,
                "column": 5
              },
              "end": {
                "line": 53,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 51,
            "column": 22
          },
          "end": {
            "line": 53,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface6",
        "decorators": [],
        "loc": {
          "start": {
            "line": 51,
            "column": 11
          },
          "end": {
            "line": 51,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 51,
          "column": 1
        },
        "end": {
          "line": 53,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 55,
                  "column": 5
                },
                "end": {
                  "line": 55,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSArrayType",
              "elementType": {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "Interface6",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 55,
                      "column": 11
                    },
                    "end": {
                      "line": 55,
                      "column": 21
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 55,
                    "column": 11
                  },
                  "end": {
                    "line": 55,
                    "column": 21
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 55,
                  "column": 11
                },
                "end": {
                  "line": 55,
                  "column": 23
                }
              }
            },
            "loc": {
              "start": {
                "line": 55,
                "column": 5
              },
              "end": {
                "line": 56,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 54,
            "column": 22
          },
          "end": {
            "line": 56,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface7",
        "decorators": [],
        "loc": {
          "start": {
            "line": 54,
            "column": 11
          },
          "end": {
            "line": 54,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 54,
          "column": 1
        },
        "end": {
          "line": 56,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "bar",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 58,
                  "column": 5
                },
                "end": {
                  "line": 58,
                  "column": 8
                }
              }
            },
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface7",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 11
                  },
                  "end": {
                    "line": 58,
                    "column": 21
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 58,
                  "column": 11
                },
                "end": {
                  "line": 58,
                  "column": 21
                }
              }
            },
            "loc": {
              "start": {
                "line": 58,
                "column": 5
              },
              "end": {
                "line": 58,
                "column": 22
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 57,
            "column": 22
          },
          "end": {
            "line": 59,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface8",
        "decorators": [],
        "loc": {
          "start": {
            "line": 57,
            "column": 11
          },
          "end": {
            "line": 57,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 57,
          "column": 1
        },
        "end": {
          "line": 59,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a5",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface8",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 9
                  },
                  "end": {
                    "line": 60,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 60,
                  "column": 9
                },
                "end": {
                  "line": 60,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 60,
                "column": 5
              },
              "end": {
                "line": 60,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 60,
              "column": 5
            },
            "end": {
              "line": 60,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 60,
          "column": 1
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "MemberExpression",
              "object": {
                "type": "MemberExpression",
                "object": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "a5",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 1
                      },
                      "end": {
                        "line": 61,
                        "column": 3
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "bar",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 61,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 7
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 1
                    },
                    "end": {
                      "line": 61,
                      "column": 7
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "foo",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 8
                    },
                    "end": {
                      "line": 61,
                      "column": 11
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 1
                  },
                  "end": {
                    "line": 61,
                    "column": 11
                  }
                }
              },
              "property": {
                "type": "NumberLiteral",
                "value": 0,
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 12
                  },
                  "end": {
                    "line": 61,
                    "column": 13
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 61,
                  "column": 1
                },
                "end": {
                  "line": 61,
                  "column": 14
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 61,
                  "column": 15
                },
                "end": {
                  "line": 61,
                  "column": 16
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 61,
                "column": 1
              },
              "end": {
                "line": 61,
                "column": 16
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 61,
                "column": 17
              },
              "end": {
                "line": 61,
                "column": 20
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 61,
              "column": 1
            },
            "end": {
              "line": 61,
              "column": 20
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 61,
              "column": 23
            },
            "end": {
              "line": 61,
              "column": 24
            }
          }
        },
        "loc": {
          "start": {
            "line": 61,
            "column": 1
          },
          "end": {
            "line": 61,
            "column": 24
          }
        }
      },
      "loc": {
        "start": {
          "line": 61,
          "column": 1
        },
        "end": {
          "line": 61,
          "column": 25
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "MemberExpression",
              "object": {
                "type": "MemberExpression",
                "object": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "a5",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 1
                      },
                      "end": {
                        "line": 62,
                        "column": 3
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "bar",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 4
                      },
                      "end": {
                        "line": 62,
                        "column": 7
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 1
                    },
                    "end": {
                      "line": 62,
                      "column": 7
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "foo",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 8
                    },
                    "end": {
                      "line": 62,
                      "column": 11
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 1
                  },
                  "end": {
                    "line": 62,
                    "column": 11
                  }
                }
              },
              "property": {
                "type": "NumberLiteral",
                "value": 0,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 12
                  },
                  "end": {
                    "line": 62,
                    "column": 13
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 62,
                  "column": 1
                },
                "end": {
                  "line": 62,
                  "column": 14
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 62,
                  "column": 15
                },
                "end": {
                  "line": 62,
                  "column": 16
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 62,
                "column": 1
              },
              "end": {
                "line": 62,
                "column": 16
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 62,
                "column": 17
              },
              "end": {
                "line": 62,
                "column": 20
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 62,
              "column": 1
            },
            "end": {
              "line": 62,
              "column": 20
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 62,
              "column": 23
            },
            "end": {
              "line": 62,
              "column": 28
            }
          }
        },
        "loc": {
          "start": {
            "line": 62,
            "column": 1
          },
          "end": {
            "line": 62,
            "column": 28
          }
        }
      },
      "loc": {
        "start": {
          "line": 62,
          "column": 1
        },
        "end": {
          "line": 62,
          "column": 29
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a6",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface8",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 63,
                    "column": 9
                  },
                  "end": {
                    "line": 63,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 63,
                  "column": 9
                },
                "end": {
                  "line": 63,
                  "column": 19
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 63,
                "column": 5
              },
              "end": {
                "line": 63,
                "column": 7
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 63,
              "column": 5
            },
            "end": {
              "line": 63,
              "column": 7
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 63,
          "column": 1
        },
        "end": {
          "line": 63,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "MemberExpression",
              "object": {
                "type": "MemberExpression",
                "object": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "a6",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 1
                      },
                      "end": {
                        "line": 64,
                        "column": 3
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "bar",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 4
                      },
                      "end": {
                        "line": 64,
                        "column": 7
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 1
                    },
                    "end": {
                      "line": 64,
                      "column": 7
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "foo",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 8
                    },
                    "end": {
                      "line": 64,
                      "column": 11
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 1
                  },
                  "end": {
                    "line": 64,
                    "column": 11
                  }
                }
              },
              "property": {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 12
                  },
                  "end": {
                    "line": 64,
                    "column": 13
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 1
                },
                "end": {
                  "line": 64,
                  "column": 14
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 64,
                  "column": 15
                },
                "end": {
                  "line": 64,
                  "column": 16
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 64,
                "column": 1
              },
              "end": {
                "line": 64,
                "column": 16
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 64,
                "column": 17
              },
              "end": {
                "line": 64,
                "column": 20
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 64,
              "column": 1
            },
            "end": {
              "line": 64,
              "column": 20
            }
          }
        },
        "right": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "MemberExpression",
              "object": {
                "type": "MemberExpression",
                "object": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "a5",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 23
                      },
                      "end": {
                        "line": 64,
                        "column": 25
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "bar",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 64,
                        "column": 26
                      },
                      "end": {
                        "line": 64,
                        "column": 29
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 23
                    },
                    "end": {
                      "line": 64,
                      "column": 29
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "foo",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 64,
                      "column": 30
                    },
                    "end": {
                      "line": 64,
                      "column": 33
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 23
                  },
                  "end": {
                    "line": 64,
                    "column": 33
                  }
                }
              },
              "property": {
                "type": "NumberLiteral",
                "value": 0,
                "loc": {
                  "start": {
                    "line": 64,
                    "column": 34
                  },
                  "end": {
                    "line": 64,
                    "column": 35
                  }
                }
              },
              "computed": true,
              "optional": false,
              "loc": {
                "start": {
                  "line": 64,
                  "column": 23
                },
                "end": {
                  "line": 64,
                  "column": 36
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 64,
                  "column": 37
                },
                "end": {
                  "line": 64,
                  "column": 38
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 64,
                "column": 23
              },
              "end": {
                "line": 64,
                "column": 38
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "bar",
            "decorators": [],
            "loc": {
              "start": {
                "line": 64,
                "column": 39
              },
              "end": {
                "line": 64,
                "column": 42
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 64,
              "column": 23
            },
            "end": {
              "line": 64,
              "column": 42
            }
          }
        },
        "loc": {
          "start": {
            "line": 64,
            "column": 1
          },
          "end": {
            "line": 64,
            "column": 42
          }
        }
      },
      "loc": {
        "start": {
          "line": 64,
          "column": 1
        },
        "end": {
          "line": 64,
          "column": 43
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 68,
                  "column": 5
                },
                "end": {
                  "line": 68,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 68,
                  "column": 8
                },
                "end": {
                  "line": 68,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 68,
                "column": 5
              },
              "end": {
                "line": 68,
                "column": 15
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "b",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 69,
                  "column": 5
                },
                "end": {
                  "line": 69,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 69,
                  "column": 8
                },
                "end": {
                  "line": 69,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 69,
                "column": 5
              },
              "end": {
                "line": 69,
                "column": 15
              }
            }
          },
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "c",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 70,
                  "column": 5
                },
                "end": {
                  "line": 70,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 70,
                  "column": 8
                },
                "end": {
                  "line": 70,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 70,
                "column": 5
              },
              "end": {
                "line": 70,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 67,
            "column": 22
          },
          "end": {
            "line": 71,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface9",
        "decorators": [],
        "loc": {
          "start": {
            "line": 67,
            "column": 11
          },
          "end": {
            "line": 67,
            "column": 21
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 67,
          "column": 1
        },
        "end": {
          "line": 71,
          "column": 2
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "d",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 73,
                  "column": 5
                },
                "end": {
                  "line": 73,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 73,
                  "column": 8
                },
                "end": {
                  "line": 73,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 73,
                "column": 5
              },
              "end": {
                "line": 74,
                "column": 2
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 72,
            "column": 42
          },
          "end": {
            "line": 74,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface10",
        "decorators": [],
        "loc": {
          "start": {
            "line": 72,
            "column": 11
          },
          "end": {
            "line": 72,
            "column": 22
          }
        }
      },
      "extends": [
        {
          "type": "TSInterfaceHeritage",
          "expression": {
            "type": "Identifier",
            "name": "Interface9",
            "decorators": [],
            "loc": {
              "start": {
                "line": 72,
                "column": 31
              },
              "end": {
                "line": 72,
                "column": 41
              }
            }
          },
          "loc": {
            "start": {
              "line": 72,
              "column": 42
            },
            "end": {
              "line": 72,
              "column": 41
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 72,
          "column": 1
        },
        "end": {
          "line": 74,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj13",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "Interface10",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 75,
                    "column": 12
                  },
                  "end": {
                    "line": 75,
                    "column": 23
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 75,
                  "column": 12
                },
                "end": {
                  "line": 75,
                  "column": 23
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 75,
                "column": 5
              },
              "end": {
                "line": 75,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 75,
              "column": 5
            },
            "end": {
              "line": 75,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 75,
          "column": 1
        },
        "end": {
          "line": 75,
          "column": 24
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj13",
            "decorators": [],
            "loc": {
              "start": {
                "line": 76,
                "column": 1
              },
              "end": {
                "line": 76,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 76,
                "column": 7
              },
              "end": {
                "line": 76,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 76,
              "column": 1
            },
            "end": {
              "line": 76,
              "column": 8
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 76,
              "column": 11
            },
            "end": {
              "line": 76,
              "column": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 76,
            "column": 1
          },
          "end": {
            "line": 76,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 76,
          "column": 1
        },
        "end": {
          "line": 76,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj13",
            "decorators": [],
            "loc": {
              "start": {
                "line": 77,
                "column": 1
              },
              "end": {
                "line": 77,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "b",
            "decorators": [],
            "loc": {
              "start": {
                "line": 77,
                "column": 7
              },
              "end": {
                "line": 77,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 77,
              "column": 1
            },
            "end": {
              "line": 77,
              "column": 8
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "",
          "loc": {
            "start": {
              "line": 77,
              "column": 11
            },
            "end": {
              "line": 77,
              "column": 16
            }
          }
        },
        "loc": {
          "start": {
            "line": 77,
            "column": 1
          },
          "end": {
            "line": 77,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 77,
          "column": 1
        },
        "end": {
          "line": 77,
          "column": 17
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj13",
            "decorators": [],
            "loc": {
              "start": {
                "line": 78,
                "column": 1
              },
              "end": {
                "line": 78,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "c",
            "decorators": [],
            "loc": {
              "start": {
                "line": 78,
                "column": 7
              },
              "end": {
                "line": 78,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 78,
              "column": 1
            },
            "end": {
              "line": 78,
              "column": 8
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 78,
              "column": 11
            },
            "end": {
              "line": 78,
              "column": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 78,
            "column": 1
          },
          "end": {
            "line": 78,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 78,
          "column": 1
        },
        "end": {
          "line": 78,
          "column": 13
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj13",
            "decorators": [],
            "loc": {
              "start": {
                "line": 79,
                "column": 1
              },
              "end": {
                "line": 79,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "d",
            "decorators": [],
            "loc": {
              "start": {
                "line": 79,
                "column": 7
              },
              "end": {
                "line": 79,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 79,
              "column": 1
            },
            "end": {
              "line": 79,
              "column": 8
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 5,
          "loc": {
            "start": {
              "line": 79,
              "column": 11
            },
            "end": {
              "line": 79,
              "column": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 79,
            "column": 1
          },
          "end": {
            "line": 79,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 79,
          "column": 1
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj14",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": false,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 14
                      },
                      "end": {
                        "line": 80,
                        "column": 15
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSUnionType",
                    "types": [
                      {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 17
                            },
                            "end": {
                              "line": 80,
                              "column": 23
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 17
                          },
                          "end": {
                            "line": 80,
                            "column": 25
                          }
                        }
                      },
                      {
                        "type": "TSTupleType",
                        "elementTypes": [
                          {
                            "type": "TSStringKeyword",
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 29
                              },
                              "end": {
                                "line": 80,
                                "column": 36
                              }
                            }
                          },
                          {
                            "type": "TSStringKeyword",
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 37
                              },
                              "end": {
                                "line": 80,
                                "column": 44
                              }
                            }
                          },
                          {
                            "type": "TSStringKeyword",
                            "loc": {
                              "start": {
                                "line": 80,
                                "column": 45
                              },
                              "end": {
                                "line": 80,
                                "column": 52
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 28
                          },
                          "end": {
                            "line": 80,
                            "column": 52
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 17
                      },
                      "end": {
                        "line": 80,
                        "column": 52
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 14
                    },
                    "end": {
                      "line": 80,
                      "column": 53
                    }
                  }
                },
                {
                  "type": "TSMethodSignature",
                  "computed": false,
                  "optional": false,
                  "key": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 54
                      },
                      "end": {
                        "line": 80,
                        "column": 55
                      }
                    }
                  },
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "a",
                      "typeAnnotation": {
                        "type": "TSArrayType",
                        "elementType": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 80,
                              "column": 59
                            },
                            "end": {
                              "line": 80,
                              "column": 65
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 80,
                            "column": 59
                          },
                          "end": {
                            "line": 80,
                            "column": 67
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 56
                        },
                        "end": {
                          "line": 80,
                          "column": 57
                        }
                      }
                    }
                  ],
                  "typeAnnotation": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 80,
                          "column": 70
                        },
                        "end": {
                          "line": 80,
                          "column": 76
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 80,
                        "column": 70
                      },
                      "end": {
                        "line": 80,
                        "column": 78
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 80,
                      "column": 54
                    },
                    "end": {
                      "line": 80,
                      "column": 80
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 80,
                  "column": 12
                },
                "end": {
                  "line": 80,
                  "column": 80
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 80,
                "column": 5
              },
              "end": {
                "line": 80,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 80,
              "column": 5
            },
            "end": {
              "line": 80,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 80,
          "column": 1
        },
        "end": {
          "line": 80,
          "column": 81
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj14",
            "decorators": [],
            "loc": {
              "start": {
                "line": 81,
                "column": 1
              },
              "end": {
                "line": 81,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 81,
                "column": 7
              },
              "end": {
                "line": 81,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 81,
              "column": 1
            },
            "end": {
              "line": 81,
              "column": 8
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 12
                },
                "end": {
                  "line": 81,
                  "column": 13
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 2,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 15
                },
                "end": {
                  "line": 81,
                  "column": 16
                }
              }
            },
            {
              "type": "NumberLiteral",
              "value": 3,
              "loc": {
                "start": {
                  "line": 81,
                  "column": 18
                },
                "end": {
                  "line": 81,
                  "column": 19
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 81,
              "column": 11
            },
            "end": {
              "line": 81,
              "column": 20
            }
          }
        },
        "loc": {
          "start": {
            "line": 81,
            "column": 1
          },
          "end": {
            "line": 81,
            "column": 20
          }
        }
      },
      "loc": {
        "start": {
          "line": 81,
          "column": 1
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj14",
            "decorators": [],
            "loc": {
              "start": {
                "line": 82,
                "column": 1
              },
              "end": {
                "line": 82,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "a",
            "decorators": [],
            "loc": {
              "start": {
                "line": 82,
                "column": 7
              },
              "end": {
                "line": 82,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 82,
              "column": 1
            },
            "end": {
              "line": 82,
              "column": 8
            }
          }
        },
        "right": {
          "type": "ArrayExpression",
          "elements": [
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 82,
                  "column": 12
                },
                "end": {
                  "line": 82,
                  "column": 17
                }
              }
            },
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 82,
                  "column": 19
                },
                "end": {
                  "line": 82,
                  "column": 24
                }
              }
            },
            {
              "type": "StringLiteral",
              "value": "",
              "loc": {
                "start": {
                  "line": 82,
                  "column": 26
                },
                "end": {
                  "line": 82,
                  "column": 31
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 82,
              "column": 11
            },
            "end": {
              "line": 82,
              "column": 32
            }
          }
        },
        "loc": {
          "start": {
            "line": 82,
            "column": 1
          },
          "end": {
            "line": 82,
            "column": 32
          }
        }
      },
      "loc": {
        "start": {
          "line": 82,
          "column": 1
        },
        "end": {
          "line": 82,
          "column": 33
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "obj14",
            "decorators": [],
            "loc": {
              "start": {
                "line": 83,
                "column": 1
              },
              "end": {
                "line": 83,
                "column": 6
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "b",
            "decorators": [],
            "loc": {
              "start": {
                "line": 83,
                "column": 7
              },
              "end": {
                "line": 83,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 83,
              "column": 1
            },
            "end": {
              "line": 83,
              "column": 8
            }
          }
        },
        "right": {
          "type": "FunctionExpression",
          "function": {
            "type": "ScriptFunction",
            "id": null,
            "generator": false,
            "async": false,
            "expression": false,
            "params": [
              {
                "type": "Identifier",
                "name": "a",
                "typeAnnotation": {
                  "type": "TSParenthesizedType",
                  "typeAnnotation": {
                    "type": "TSArrayType",
                    "elementType": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 83,
                          "column": 25
                        },
                        "end": {
                          "line": 83,
                          "column": 31
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 25
                      },
                      "end": {
                        "line": 83,
                        "column": 33
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 83,
                      "column": 24
                    },
                    "end": {
                      "line": 83,
                      "column": 34
                    }
                  }
                },
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 83,
                    "column": 21
                  },
                  "end": {
                    "line": 83,
                    "column": 22
                  }
                }
              }
            ],
            "body": {
              "type": "BlockStatement",
              "statements": [
                {
                  "type": "ReturnStatement",
                  "argument": {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 46
                          },
                          "end": {
                            "line": 83,
                            "column": 51
                          }
                        }
                      },
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 53
                          },
                          "end": {
                            "line": 83,
                            "column": 58
                          }
                        }
                      },
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 83,
                            "column": 60
                          },
                          "end": {
                            "line": 83,
                            "column": 65
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 83,
                        "column": 45
                      },
                      "end": {
                        "line": 83,
                        "column": 66
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 83,
                      "column": 38
                    },
                    "end": {
                      "line": 83,
                      "column": 66
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 83,
                  "column": 36
                },
                "end": {
                  "line": 83,
                  "column": 68
                }
              }
            },
            "loc": {
              "start": {
                "line": 83,
                "column": 11
              },
              "end": {
                "line": 83,
                "column": 68
              }
            }
          },
          "loc": {
            "start": {
              "line": 83,
              "column": 11
            },
            "end": {
              "line": 83,
              "column": 68
            }
          }
        },
        "loc": {
          "start": {
            "line": 83,
            "column": 1
          },
          "end": {
            "line": 83,
            "column": 68
          }
        }
      },
      "loc": {
        "start": {
          "line": 83,
          "column": 1
        },
        "end": {
          "line": 83,
          "column": 69
        }
      }
    },
    {
      "type": "TSInterfaceDeclaration",
      "body": {
        "type": "TSInterfaceBody",
        "body": [
          {
            "type": "TSPropertySignature",
            "computed": false,
            "optional": false,
            "readonly": false,
            "key": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 86,
                  "column": 5
                },
                "end": {
                  "line": 86,
                  "column": 6
                }
              }
            },
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 86,
                  "column": 8
                },
                "end": {
                  "line": 86,
                  "column": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 86,
                "column": 5
              },
              "end": {
                "line": 86,
                "column": 15
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 85,
            "column": 23
          },
          "end": {
            "line": 87,
            "column": 2
          }
        }
      },
      "id": {
        "type": "Identifier",
        "name": "Interface11",
        "decorators": [],
        "loc": {
          "start": {
            "line": 85,
            "column": 11
          },
          "end": {
            "line": 85,
            "column": 22
          }
        }
      },
      "extends": [],
      "loc": {
        "start": {
          "line": 85,
          "column": 1
        },
        "end": {
          "line": 87,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj15",
            "typeAnnotation": {
              "type": "TSUnionType",
              "types": [
                {
                  "type": "TSTypeReference",
                  "typeName": {
                    "type": "Identifier",
                    "name": "Interface10",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 12
                      },
                      "end": {
                        "line": 89,
                        "column": 23
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 12
                    },
                    "end": {
                      "line": 89,
                      "column": 23
                    }
                  }
                },
                {
                  "type": "TSTypeReference",
                  "typeName": {
                    "type": "Identifier",
                    "name": "Interface11",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 26
                      },
                      "end": {
                        "line": 89,
                        "column": 37
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 26
                    },
                    "end": {
                      "line": 89,
                      "column": 37
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 89,
                  "column": 12
                },
                "end": {
                  "line": 89,
                  "column": 37
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 89,
                "column": 5
              },
              "end": {
                "line": 89,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 89,
              "column": 5
            },
            "end": {
              "line": 89,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 89,
          "column": 1
        },
        "end": {
          "line": 89,
          "column": 38
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "MemberExpression",
        "object": {
          "type": "Identifier",
          "name": "obj15",
          "decorators": [],
          "loc": {
            "start": {
              "line": 90,
              "column": 1
            },
            "end": {
              "line": 90,
              "column": 6
            }
          }
        },
        "property": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 90,
              "column": 7
            },
            "end": {
              "line": 90,
              "column": 8
            }
          }
        },
        "computed": false,
        "optional": false,
        "loc": {
          "start": {
            "line": 90,
            "column": 1
          },
          "end": {
            "line": 90,
            "column": 8
          }
        }
      },
      "loc": {
        "start": {
          "line": 90,
          "column": 1
        },
        "end": {
          "line": 90,
          "column": 9
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj16",
            "typeAnnotation": {
              "type": "TSTypeLiteral",
              "members": [
                {
                  "type": "TSPropertySignature",
                  "computed": false,
                  "optional": false,
                  "readonly": true,
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 23
                      },
                      "end": {
                        "line": 92,
                        "column": 24
                      }
                    }
                  },
                  "typeAnnotation": {
                    "type": "TSTypeLiteral",
                    "members": [
                      {
                        "type": "TSPropertySignature",
                        "computed": false,
                        "optional": false,
                        "readonly": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 28
                            },
                            "end": {
                              "line": 92,
                              "column": 29
                            }
                          }
                        },
                        "typeAnnotation": {
                          "type": "TSNumberKeyword",
                          "loc": {
                            "start": {
                              "line": 92,
                              "column": 31
                            },
                            "end": {
                              "line": 92,
                              "column": 37
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 92,
                            "column": 28
                          },
                          "end": {
                            "line": 92,
                            "column": 39
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 26
                      },
                      "end": {
                        "line": 92,
                        "column": 39
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 14
                    },
                    "end": {
                      "line": 92,
                      "column": 41
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 92,
                  "column": 12
                },
                "end": {
                  "line": 92,
                  "column": 41
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 92,
                "column": 5
              },
              "end": {
                "line": 92,
                "column": 10
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 92,
              "column": 5
            },
            "end": {
              "line": 92,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 92,
          "column": 1
        },
        "end": {
          "line": 92,
          "column": 42
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "obj16",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 93,
                  "column": 1
                },
                "end": {
                  "line": 93,
                  "column": 6
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "a",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 93,
                  "column": 7
                },
                "end": {
                  "line": 93,
                  "column": 8
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 93,
                "column": 1
              },
              "end": {
                "line": 93,
                "column": 8
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "b",
            "decorators": [],
            "loc": {
              "start": {
                "line": 93,
                "column": 9
              },
              "end": {
                "line": 93,
                "column": 10
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 93,
              "column": 1
            },
            "end": {
              "line": 93,
              "column": 10
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 3,
          "loc": {
            "start": {
              "line": 93,
              "column": 13
            },
            "end": {
              "line": 93,
              "column": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 93,
            "column": 1
          },
          "end": {
            "line": 93,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 93,
          "column": 1
        },
        "end": {
          "line": 93,
          "column": 15
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 93,
      "column": 15
    }
  }
}
