{
  "type": "Program",
  "statements": [
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "definition": {
          "id": {
            "type": "Identifier",
            "name": "Baz",
            "decorators": [],
            "loc": {
              "start": {
                "line": 2,
                "column": 22
              },
              "end": {
                "line": 2,
                "column": 25
              }
            }
          },
          "superClass": null,
          "implements": [],
          "constructor": {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "constructor",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 5
                },
                "end": {
                  "line": 11,
                  "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": 11,
                          "column": 23
                        },
                        "end": {
                          "line": 11,
                          "column": 26
                        }
                      }
                    },
                    "decorators": [
                      {
                        "type": "Decorator",
                        "expression": {
                          "type": "Identifier",
                          "name": "g",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 18
                            },
                            "end": {
                              "line": 11,
                              "column": 19
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 17
                          },
                          "end": {
                            "line": 11,
                            "column": 19
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 17
                      },
                      "end": {
                        "line": 11,
                        "column": 21
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 28
                    },
                    "end": {
                      "line": 11,
                      "column": 31
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 16
                  },
                  "end": {
                    "line": 11,
                    "column": 31
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 11,
                  "column": 16
                },
                "end": {
                  "line": 11,
                  "column": 31
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "loc": {
              "start": {
                "line": 11,
                "column": 5
              },
              "end": {
                "line": 11,
                "column": 31
              }
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "a",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 5
                  },
                  "end": {
                    "line": 5,
                    "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": 5,
                        "column": 9
                      },
                      "end": {
                        "line": 5,
                        "column": 12
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 6
                    },
                    "end": {
                      "line": 5,
                      "column": 12
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 6
                  },
                  "end": {
                    "line": 5,
                    "column": 12
                  }
                }
              },
              "overloads": [
                {
                  "type": "MethodDefinition",
                  "key": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 5
                      },
                      "end": {
                        "line": 3,
                        "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": 3,
                          "column": 6
                        },
                        "end": {
                          "line": 3,
                          "column": 9
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 6
                      },
                      "end": {
                        "line": 3,
                        "column": 9
                      }
                    }
                  },
                  "overloads": [],
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 5
                    },
                    "end": {
                      "line": 3,
                      "column": 9
                    }
                  }
                }
              ],
              "decorators": [
                {
                  "type": "Decorator",
                  "expression": {
                    "type": "Identifier",
                    "name": "c",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 6
                      },
                      "end": {
                        "line": 4,
                        "column": 7
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 5
                    },
                    "end": {
                      "line": 4,
                      "column": 7
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 5
                },
                "end": {
                  "line": 5,
                  "column": 12
                }
              }
            },
            {
              "type": "ClassProperty",
              "key": {
                "type": "Identifier",
                "name": "c",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 5
                  },
                  "end": {
                    "line": 7,
                    "column": 6
                  }
                }
              },
              "static": false,
              "readonly": false,
              "declare": false,
              "optional": false,
              "computed": false,
              "typeAnnotation": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 8
                  },
                  "end": {
                    "line": 7,
                    "column": 14
                  }
                }
              },
              "decorators": [
                {
                  "type": "Decorator",
                  "expression": {
                    "type": "Identifier",
                    "name": "d",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 6
                      },
                      "end": {
                        "line": 6,
                        "column": 7
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 5
                    },
                    "end": {
                      "line": 6,
                      "column": 7
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 6,
                  "column": 5
                },
                "end": {
                  "line": 7,
                  "column": 6
                }
              }
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 9
                  },
                  "end": {
                    "line": 9,
                    "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",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 11
                        },
                        "end": {
                          "line": 9,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 14
                      },
                      "end": {
                        "line": 9,
                        "column": 17
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 10
                    },
                    "end": {
                      "line": 9,
                      "column": 17
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 10
                  },
                  "end": {
                    "line": 9,
                    "column": 17
                  }
                }
              },
              "overloads": [],
              "decorators": [
                {
                  "type": "Decorator",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "Identifier",
                      "name": "e",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 6
                        },
                        "end": {
                          "line": 8,
                          "column": 7
                        }
                      }
                    },
                    "arguments": [],
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 6
                      },
                      "end": {
                        "line": 8,
                        "column": 9
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 5
                    },
                    "end": {
                      "line": 8,
                      "column": 9
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 5
                },
                "end": {
                  "line": 9,
                  "column": 17
                }
              }
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "b",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 9
                  },
                  "end": {
                    "line": 10,
                    "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": 10,
                              "column": 22
                            },
                            "end": {
                              "line": 10,
                              "column": 23
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 15
                          },
                          "end": {
                            "line": 10,
                            "column": 24
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 13
                      },
                      "end": {
                        "line": 10,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 10
                    },
                    "end": {
                      "line": 10,
                      "column": 26
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 10
                  },
                  "end": {
                    "line": 10,
                    "column": 26
                  }
                }
              },
              "overloads": [],
              "decorators": [],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 5
                },
                "end": {
                  "line": 10,
                  "column": 26
                }
              }
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 11
                  },
                  "end": {
                    "line": 12,
                    "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": 12,
                        "column": 18
                      },
                      "end": {
                        "line": 12,
                        "column": 21
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 15
                    },
                    "end": {
                      "line": 12,
                      "column": 21
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 15
                  },
                  "end": {
                    "line": 12,
                    "column": 21
                  }
                }
              },
              "overloads": [],
              "decorators": [
                {
                  "type": "Decorator",
                  "expression": {
                    "type": "Identifier",
                    "name": "dec",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 6
                      },
                      "end": {
                        "line": 12,
                        "column": 9
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 5
                    },
                    "end": {
                      "line": 12,
                      "column": 9
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 12,
                  "column": 5
                },
                "end": {
                  "line": 12,
                  "column": 21
                }
              }
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "StringLiteral",
                "value": "",
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 15
                  },
                  "end": {
                    "line": 13,
                    "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": 13,
                        "column": 22
                      },
                      "end": {
                        "line": 13,
                        "column": 25
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 19
                    },
                    "end": {
                      "line": 13,
                      "column": 25
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 19
                  },
                  "end": {
                    "line": 13,
                    "column": 25
                  }
                }
              },
              "overloads": [],
              "decorators": [
                {
                  "type": "Decorator",
                  "expression": {
                    "type": "MemberExpression",
                    "object": {
                      "type": "Identifier",
                      "name": "dec",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 6
                        },
                        "end": {
                          "line": 13,
                          "column": 9
                        }
                      }
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "dec",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 10
                        },
                        "end": {
                          "line": 13,
                          "column": 13
                        }
                      }
                    },
                    "computed": false,
                    "optional": false,
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 6
                      },
                      "end": {
                        "line": 13,
                        "column": 13
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 5
                    },
                    "end": {
                      "line": 13,
                      "column": 13
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 5
                },
                "end": {
                  "line": 13,
                  "column": 25
                }
              }
            }
          ],
          "indexSignatures": [],
          "loc": {
            "start": {
              "line": 2,
              "column": 26
            },
            "end": {
              "line": 14,
              "column": 2
            }
          }
        },
        "decorators": [
          {
            "type": "Decorator",
            "expression": {
              "type": "Identifier",
              "name": "foo",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 2
                },
                "end": {
                  "line": 1,
                  "column": 5
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 5
              }
            }
          },
          {
            "type": "Decorator",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "Identifier",
                "name": "bar",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 7
                  },
                  "end": {
                    "line": 1,
                    "column": 10
                  }
                }
              },
              "arguments": [],
              "optional": false,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7
                },
                "end": {
                  "line": 1,
                  "column": 12
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 6
              },
              "end": {
                "line": 1,
                "column": 12
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 16
          },
          "end": {
            "line": 14,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 14,
      "column": 2
    }
  }
}
