{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Baz",
          "loc": {
            "start": {
              "line": 18,
              "column": 7
            },
            "end": {
              "line": 18,
              "column": 10
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 27,
                "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": "a",
                  "typeAnnotation": {
                    "type": "TSAnyKeyword",
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 23
                      },
                      "end": {
                        "line": 27,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 20
                    },
                    "end": {
                      "line": 27,
                      "column": 21
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 28
                  },
                  "end": {
                    "line": 27,
                    "column": 31
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 16
                },
                "end": {
                  "line": 27,
                  "column": 31
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 16
              },
              "end": {
                "line": 27,
                "column": 31
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 27,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 31
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 5
                },
                "end": {
                  "line": 19,
                  "column": 6
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 6
                  },
                  "end": {
                    "line": 19,
                    "column": 9
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 6
                },
                "end": {
                  "line": 19,
                  "column": 9
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 9
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 5
                },
                "end": {
                  "line": 21,
                  "column": 6
                }
              }
            },
            "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": 21,
                      "column": 9
                    },
                    "end": {
                      "line": 21,
                      "column": 12
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 6
                  },
                  "end": {
                    "line": 21,
                    "column": 12
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 6
                },
                "end": {
                  "line": 21,
                  "column": 12
                }
              }
            },
            "overloads": [],
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 6
                    },
                    "end": {
                      "line": 20,
                      "column": 7
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 5
                  },
                  "end": {
                    "line": 20,
                    "column": 7
                  }
                }
              }
            ],
            "annotations": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 21,
                "column": 12
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 5
                },
                "end": {
                  "line": 23,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 8
                },
                "end": {
                  "line": 23,
                  "column": 14
                }
              }
            },
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "Identifier",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 6
                    },
                    "end": {
                      "line": 22,
                      "column": 7
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 5
                  },
                  "end": {
                    "line": 22,
                    "column": 7
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 22,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 6
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 9
                },
                "end": {
                  "line": 25,
                  "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": "f",
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 11
                      },
                      "end": {
                        "line": 25,
                        "column": 12
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 14
                    },
                    "end": {
                      "line": 25,
                      "column": 17
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 10
                  },
                  "end": {
                    "line": 25,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 10
                },
                "end": {
                  "line": 25,
                  "column": 17
                }
              }
            },
            "overloads": [],
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "e",
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 6
                      },
                      "end": {
                        "line": 24,
                        "column": 7
                      }
                    }
                  },
                  "arguments": [],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 6
                    },
                    "end": {
                      "line": 24,
                      "column": 9
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 5
                  },
                  "end": {
                    "line": 24,
                    "column": 9
                  }
                }
              }
            ],
            "annotations": [],
            "loc": {
              "start": {
                "line": 24,
                "column": 5
              },
              "end": {
                "line": 25,
                "column": 17
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 26,
                  "column": 9
                },
                "end": {
                  "line": 26,
                  "column": 10
                }
              }
            },
            "kind": "get",
            "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": 1,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 22
                          },
                          "end": {
                            "line": 26,
                            "column": 23
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 15
                        },
                        "end": {
                          "line": 26,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 13
                    },
                    "end": {
                      "line": 26,
                      "column": 26
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 10
                  },
                  "end": {
                    "line": 26,
                    "column": 26
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 26,
                  "column": 10
                },
                "end": {
                  "line": 26,
                  "column": 26
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 26,
                "column": 5
              },
              "end": {
                "line": 26,
                "column": 26
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "StringLiteral",
              "value": "1",
              "loc": {
                "start": {
                  "line": 28,
                  "column": 11
                },
                "end": {
                  "line": 28,
                  "column": 14
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": true,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 18
                    },
                    "end": {
                      "line": 28,
                      "column": 21
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 15
                  },
                  "end": {
                    "line": 28,
                    "column": 21
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 28,
                  "column": 15
                },
                "end": {
                  "line": 28,
                  "column": 21
                }
              }
            },
            "overloads": [],
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "Identifier",
                  "name": "dec",
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 6
                    },
                    "end": {
                      "line": 28,
                      "column": 9
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 5
                  },
                  "end": {
                    "line": 28,
                    "column": 9
                  }
                }
              }
            ],
            "annotations": [],
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 21
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "StringLiteral",
              "value": "h",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 15
                },
                "end": {
                  "line": 29,
                  "column": 18
                }
              }
            },
            "kind": "method",
            "static": false,
            "optional": false,
            "computed": true,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 22
                    },
                    "end": {
                      "line": 29,
                      "column": 25
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 19
                  },
                  "end": {
                    "line": 29,
                    "column": 25
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 19
                },
                "end": {
                  "line": 29,
                  "column": 25
                }
              }
            },
            "overloads": [],
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "MemberExpression",
                  "object": {
                    "type": "Identifier",
                    "name": "dec",
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 6
                      },
                      "end": {
                        "line": 29,
                        "column": 9
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "name": "dec",
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 10
                      },
                      "end": {
                        "line": 29,
                        "column": 13
                      }
                    }
                  },
                  "computed": false,
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 6
                    },
                    "end": {
                      "line": 29,
                      "column": 13
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 5
                  },
                  "end": {
                    "line": 29,
                    "column": 13
                  }
                }
              }
            ],
            "annotations": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 25
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 18,
            "column": 11
          },
          "end": {
            "line": 30,
            "column": 2
          }
        }
      },
      "decorators": [
        {
          "type": "Decorator",
          "expression": {
            "type": "Identifier",
            "name": "foo",
            "loc": {
              "start": {
                "line": 17,
                "column": 2
              },
              "end": {
                "line": 17,
                "column": 5
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 17,
              "column": 5
            }
          }
        },
        {
          "type": "Decorator",
          "expression": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "bar",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 7
                },
                "end": {
                  "line": 17,
                  "column": 10
                }
              }
            },
            "arguments": [],
            "optional": false,
            "loc": {
              "start": {
                "line": 17,
                "column": 7
              },
              "end": {
                "line": 17,
                "column": 12
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 6
            },
            "end": {
              "line": 17,
              "column": 12
            }
          }
        }
      ],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 31,
      "column": 1
    }
  }
}
