{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Foo",
          "loc": {
            "start": {
              "line": 17,
              "column": 7
            },
            "end": {
              "line": 17,
              "column": 10
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 1
                  },
                  "end": {
                    "line": 32,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 1
                },
                "end": {
                  "line": 32,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 32,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 24
                },
                "end": {
                  "line": 18,
                  "column": 25
                }
              }
            },
            "kind": "get",
            "accessibility": "private",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": null,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 30
                        },
                        "end": {
                          "line": 18,
                          "column": 36
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 28
                    },
                    "end": {
                      "line": 18,
                      "column": 38
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 25
                  },
                  "end": {
                    "line": 18,
                    "column": 38
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 18,
                  "column": 25
                },
                "end": {
                  "line": 18,
                  "column": 38
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 38
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "g",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 19
                },
                "end": {
                  "line": 19,
                  "column": 20
                }
              }
            },
            "kind": "method",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": true,
                "async": true,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 23
                    },
                    "end": {
                      "line": 19,
                      "column": 26
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 20
                  },
                  "end": {
                    "line": 19,
                    "column": 26
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 20
                },
                "end": {
                  "line": 19,
                  "column": 26
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 26
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 30
                },
                "end": {
                  "line": 20,
                  "column": 31
                }
              }
            },
            "static": true,
            "readonly": true,
            "declare": true,
            "optional": false,
            "computed": true,
            "decorators": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 20,
                "column": 31
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "StringLiteral",
              "value": "b",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 30
                },
                "end": {
                  "line": 21,
                  "column": 33
                }
              }
            },
            "static": true,
            "readonly": true,
            "declare": true,
            "optional": false,
            "computed": true,
            "decorators": [],
            "loc": {
              "start": {
                "line": 21,
                "column": 5
              },
              "end": {
                "line": 21,
                "column": 33
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "NumberLiteral",
              "value": 67,
              "loc": {
                "start": {
                  "line": 22,
                  "column": 29
                },
                "end": {
                  "line": 22,
                  "column": 31
                }
              }
            },
            "static": true,
            "readonly": true,
            "declare": true,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 22,
                "column": 5
              },
              "end": {
                "line": 22,
                "column": 31
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "j",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 29
                },
                "end": {
                  "line": 23,
                  "column": 30
                }
              }
            },
            "static": true,
            "readonly": true,
            "declare": true,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 23,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 30
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "private",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 5
                },
                "end": {
                  "line": 24,
                  "column": 12
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 24,
                "column": 5
              },
              "end": {
                "line": 24,
                "column": 12
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 17
                },
                "end": {
                  "line": 25,
                  "column": 18
                }
              }
            },
            "kind": "method",
            "accessibility": "protected",
            "static": false,
            "optional": false,
            "computed": true,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": true,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 22
                    },
                    "end": {
                      "line": 25,
                      "column": 25
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 19
                  },
                  "end": {
                    "line": 25,
                    "column": 25
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 19
                },
                "end": {
                  "line": 25,
                  "column": 25
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 25,
                "column": 5
              },
              "end": {
                "line": 25,
                "column": 25
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "k",
              "loc": {
                "start": {
                  "line": 26,
                  "column": 19
                },
                "end": {
                  "line": 26,
                  "column": 20
                }
              }
            },
            "value": {
              "type": "StringLiteral",
              "value": "bar",
              "loc": {
                "start": {
                  "line": 26,
                  "column": 23
                },
                "end": {
                  "line": 26,
                  "column": 28
                }
              }
            },
            "accessibility": "public",
            "static": true,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 26,
                "column": 5
              },
              "end": {
                "line": 26,
                "column": 28
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "o",
              "loc": {
                "start": {
                  "line": 27,
                  "column": 5
                },
                "end": {
                  "line": 27,
                  "column": 7
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 4,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 10
                },
                "end": {
                  "line": 27,
                  "column": 11
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 27,
                "column": 11
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "l",
              "loc": {
                "start": {
                  "line": 28,
                  "column": 9
                },
                "end": {
                  "line": 28,
                  "column": 10
                }
              }
            },
            "kind": "set",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "b",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 14
                        },
                        "end": {
                          "line": 28,
                          "column": 20
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 11
                      },
                      "end": {
                        "line": 28,
                        "column": 12
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 22
                    },
                    "end": {
                      "line": 28,
                      "column": 25
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 10
                  },
                  "end": {
                    "line": 28,
                    "column": 25
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 28,
                  "column": 10
                },
                "end": {
                  "line": 28,
                  "column": 25
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 25
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "l",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 16
                },
                "end": {
                  "line": 29,
                  "column": 17
                }
              }
            },
            "kind": "get",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 29
                          },
                          "end": {
                            "line": 29,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 29,
                          "column": 22
                        },
                        "end": {
                          "line": 29,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 20
                    },
                    "end": {
                      "line": 29,
                      "column": 32
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 17
                  },
                  "end": {
                    "line": 29,
                    "column": 32
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 17
                },
                "end": {
                  "line": 29,
                  "column": 32
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 32
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "m",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 16
                },
                "end": {
                  "line": 30,
                  "column": 17
                }
              }
            },
            "kind": "get",
            "accessibility": "public",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "NumberLiteral",
                        "value": 2,
                        "loc": {
                          "start": {
                            "line": 30,
                            "column": 29
                          },
                          "end": {
                            "line": 30,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 22
                        },
                        "end": {
                          "line": 30,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 20
                    },
                    "end": {
                      "line": 30,
                      "column": 32
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 17
                  },
                  "end": {
                    "line": 30,
                    "column": 32
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 30,
                  "column": 17
                },
                "end": {
                  "line": 30,
                  "column": 32
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 32
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "m",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 19
                },
                "end": {
                  "line": 31,
                  "column": 20
                }
              }
            },
            "kind": "set",
            "accessibility": "protected",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "b",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 24
                        },
                        "end": {
                          "line": 31,
                          "column": 30
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 21
                      },
                      "end": {
                        "line": 31,
                        "column": 22
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 32
                    },
                    "end": {
                      "line": 31,
                      "column": 35
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 20
                  },
                  "end": {
                    "line": 31,
                    "column": 35
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 31,
                  "column": 20
                },
                "end": {
                  "line": 31,
                  "column": 35
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 35
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 11
          },
          "end": {
            "line": 32,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Bar",
          "loc": {
            "start": {
              "line": 34,
              "column": 7
            },
            "end": {
              "line": 34,
              "column": 10
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 1
                  },
                  "end": {
                    "line": 34,
                    "column": 66
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 34,
                  "column": 1
                },
                "end": {
                  "line": 34,
                  "column": 66
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 34,
              "column": 1
            },
            "end": {
              "line": 34,
              "column": 66
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 13
                },
                "end": {
                  "line": 34,
                  "column": 14
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 13
              },
              "end": {
                "line": 34,
                "column": 14
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "d",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 16
                },
                "end": {
                  "line": 34,
                  "column": 17
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 34,
                      "column": 20
                    },
                    "end": {
                      "line": 34,
                      "column": 23
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 34,
                    "column": 17
                  },
                  "end": {
                    "line": 34,
                    "column": 23
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 34,
                  "column": 17
                },
                "end": {
                  "line": 34,
                  "column": 23
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 16
              },
              "end": {
                "line": 34,
                "column": 23
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "e",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 24
                },
                "end": {
                  "line": 34,
                  "column": 25
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 24
              },
              "end": {
                "line": 34,
                "column": 25
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "let",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 27
                },
                "end": {
                  "line": 34,
                  "column": 30
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 27
              },
              "end": {
                "line": 34,
                "column": 30
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "var",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 32
                },
                "end": {
                  "line": 34,
                  "column": 35
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 32
              },
              "end": {
                "line": 34,
                "column": 35
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "const",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 37
                },
                "end": {
                  "line": 34,
                  "column": 42
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 37
              },
              "end": {
                "line": 34,
                "column": 42
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "function",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 44
                },
                "end": {
                  "line": 34,
                  "column": 52
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 44
              },
              "end": {
                "line": 34,
                "column": 52
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "f",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 54
                },
                "end": {
                  "line": 34,
                  "column": 55
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 58
                },
                "end": {
                  "line": 34,
                  "column": 64
                }
              }
            },
            "definite": true,
            "decorators": [],
            "loc": {
              "start": {
                "line": 34,
                "column": 54
              },
              "end": {
                "line": 34,
                "column": 55
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 34,
            "column": 11
          },
          "end": {
            "line": 34,
            "column": 66
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 66
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Baz",
          "loc": {
            "start": {
              "line": 36,
              "column": 7
            },
            "end": {
              "line": 36,
              "column": 10
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 38,
                "column": 5
              },
              "end": {
                "line": 38,
                "column": 16
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [
                {
                  "type": "Identifier",
                  "name": "name",
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 38,
                        "column": 23
                      },
                      "end": {
                        "line": 38,
                        "column": 29
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 38,
                      "column": 17
                    },
                    "end": {
                      "line": 38,
                      "column": 21
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 9
                            },
                            "end": {
                              "line": 39,
                              "column": 13
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "name",
                          "loc": {
                            "start": {
                              "line": 39,
                              "column": 14
                            },
                            "end": {
                              "line": 39,
                              "column": 19
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 9
                          },
                          "end": {
                            "line": 39,
                            "column": 19
                          }
                        }
                      },
                      "right": {
                        "type": "Identifier",
                        "name": "name",
                        "loc": {
                          "start": {
                            "line": 39,
                            "column": 22
                          },
                          "end": {
                            "line": 39,
                            "column": 26
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 39,
                          "column": 9
                        },
                        "end": {
                          "line": 39,
                          "column": 26
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 39,
                        "column": 9
                      },
                      "end": {
                        "line": 39,
                        "column": 27
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 38,
                    "column": 31
                  },
                  "end": {
                    "line": 40,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 38,
                  "column": 16
                },
                "end": {
                  "line": 40,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 38,
                "column": 16
              },
              "end": {
                "line": 40,
                "column": 6
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 38,
              "column": 5
            },
            "end": {
              "line": 40,
              "column": 6
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "name",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 5
                },
                "end": {
                  "line": 37,
                  "column": 10
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 12
                },
                "end": {
                  "line": 37,
                  "column": 18
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 37,
                "column": 5
              },
              "end": {
                "line": 37,
                "column": 10
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "bar",
              "loc": {
                "start": {
                  "line": 41,
                  "column": 5
                },
                "end": {
                  "line": 41,
                  "column": 8
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 20
                            },
                            "end": {
                              "line": 41,
                              "column": 24
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "name",
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 25
                            },
                            "end": {
                              "line": 41,
                              "column": 30
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 20
                          },
                          "end": {
                            "line": 41,
                            "column": 30
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 13
                        },
                        "end": {
                          "line": 41,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 41,
                      "column": 11
                    },
                    "end": {
                      "line": 41,
                      "column": 32
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 8
                  },
                  "end": {
                    "line": 41,
                    "column": 32
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 41,
                  "column": 8
                },
                "end": {
                  "line": 41,
                  "column": 32
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 41,
                "column": 5
              },
              "end": {
                "line": 41,
                "column": 32
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 36,
            "column": 11
          },
          "end": {
            "line": 42,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Inga",
          "loc": {
            "start": {
              "line": 44,
              "column": 16
            },
            "end": {
              "line": 44,
              "column": 20
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 44,
                    "column": 10
                  },
                  "end": {
                    "line": 44,
                    "column": 10
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 44,
                  "column": 10
                },
                "end": {
                  "line": 44,
                  "column": 10
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 44,
              "column": 10
            },
            "end": {
              "line": 47,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 45,
                  "column": 14
                },
                "end": {
                  "line": 45,
                  "column": 15
                }
              }
            },
            "kind": "method",
            "abstract": true,
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 15
                  },
                  "end": {
                    "line": 45,
                    "column": 18
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 45,
                  "column": 15
                },
                "end": {
                  "line": 45,
                  "column": 18
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 45,
                "column": 5
              },
              "end": {
                "line": 45,
                "column": 18
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "aa",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 5
                },
                "end": {
                  "line": 46,
                  "column": 7
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 10
                    },
                    "end": {
                      "line": 46,
                      "column": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 7
                  },
                  "end": {
                    "line": 46,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 46,
                  "column": 7
                },
                "end": {
                  "line": 46,
                  "column": 13
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 46,
                "column": 5
              },
              "end": {
                "line": 46,
                "column": 13
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 44,
            "column": 21
          },
          "end": {
            "line": 47,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 44,
          "column": 10
        },
        "end": {
          "line": 47,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 48,
      "column": 1
    }
  }
}