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