{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ExampleClass1",
          "decorators": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 20
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "decorators": [],
            "loc": {
              "start": {
                "line": 2,
                "column": 12
              },
              "end": {
                "line": 2,
                "column": 23
              }
            }
          },
          "kind": "constructor",
          "accessibility": "public",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [
                {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "declare",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 9
                      },
                      "end": {
                        "line": 3,
                        "column": 16
                      }
                    }
                  },
                  "right": {
                    "type": "NumberLiteral",
                    "value": 5,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 19
                      },
                      "end": {
                        "line": 3,
                        "column": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 9
                    },
                    "end": {
                      "line": 3,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "Identifier",
                    "name": "async",
                    "typeAnnotation": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 16
                        },
                        "end": {
                          "line": 4,
                          "column": 22
                        }
                      }
                    },
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 9
                      },
                      "end": {
                        "line": 4,
                        "column": 14
                      }
                    }
                  },
                  "right": {
                    "type": "StringLiteral",
                    "value": "",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 25
                      },
                      "end": {
                        "line": 4,
                        "column": 32
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 9
                    },
                    "end": {
                      "line": 4,
                      "column": 32
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "public",
                  "readonly": false,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "a",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 16
                      },
                      "end": {
                        "line": 5,
                        "column": 17
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 9
                    },
                    "end": {
                      "line": 5,
                      "column": 17
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "private",
                  "readonly": false,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "b",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 17
                      },
                      "end": {
                        "line": 6,
                        "column": 18
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 9
                    },
                    "end": {
                      "line": 6,
                      "column": 18
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "protected",
                  "readonly": false,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "c",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 19
                      },
                      "end": {
                        "line": 7,
                        "column": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 9
                    },
                    "end": {
                      "line": 7,
                      "column": 20
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "undefined",
                  "readonly": true,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "d",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 18
                      },
                      "end": {
                        "line": 8,
                        "column": 19
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 9
                    },
                    "end": {
                      "line": 8,
                      "column": 19
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "public",
                  "readonly": true,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "e",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 25
                      },
                      "end": {
                        "line": 9,
                        "column": 26
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 9
                    },
                    "end": {
                      "line": 9,
                      "column": 26
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "private",
                  "readonly": true,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "f",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 26
                      },
                      "end": {
                        "line": 10,
                        "column": 27
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 9
                    },
                    "end": {
                      "line": 10,
                      "column": 27
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "protected",
                  "readonly": true,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "g",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 28
                      },
                      "end": {
                        "line": 11,
                        "column": 29
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 9
                    },
                    "end": {
                      "line": 11,
                      "column": 29
                    }
                  }
                },
                {
                  "type": "TSParameterProperty",
                  "accessibility": "public",
                  "readonly": true,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "AssignmentPattern",
                    "left": {
                      "type": "Identifier",
                      "name": "readonly",
                      "typeAnnotation": {
                        "type": "TSBooleanKeyword",
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 35
                          },
                          "end": {
                            "line": 12,
                            "column": 42
                          }
                        }
                      },
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 25
                        },
                        "end": {
                          "line": 12,
                          "column": 33
                        }
                      }
                    },
                    "right": {
                      "type": "BooleanLiteral",
                      "value": false,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 45
                        },
                        "end": {
                          "line": 12,
                          "column": 50
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 25
                      },
                      "end": {
                        "line": 12,
                        "column": 50
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 9
                    },
                    "end": {
                      "line": 12,
                      "column": 50
                    }
                  }
                },
                {
                  "type": "ArrayPattern",
                  "elements": [
                    {
                      "type": "Identifier",
                      "name": "h",
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 10
                        },
                        "end": {
                          "line": 13,
                          "column": 11
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 9
                    },
                    "end": {
                      "line": 13,
                      "column": 12
                    }
                  }
                },
                {
                  "type": "ObjectPattern",
                  "properties": [
                    {
                      "type": "Property",
                      "method": false,
                      "shorthand": true,
                      "computed": false,
                      "key": {
                        "type": "Identifier",
                        "name": "i",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 14,
                            "column": 12
                          }
                        }
                      },
                      "value": {
                        "type": "Identifier",
                        "name": "i",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 11
                          },
                          "end": {
                            "line": 14,
                            "column": 12
                          }
                        }
                      },
                      "kind": "init",
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 11
                        },
                        "end": {
                          "line": 14,
                          "column": 12
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 9
                    },
                    "end": {
                      "line": 14,
                      "column": 14
                    }
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "ArrayPattern",
                    "elements": [
                      {
                        "type": "Identifier",
                        "name": "j",
                        "decorators": [],
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 10
                          },
                          "end": {
                            "line": 15,
                            "column": 11
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 9
                      },
                      "end": {
                        "line": 15,
                        "column": 12
                      }
                    }
                  },
                  "right": {
                    "type": "ArrayExpression",
                    "elements": [
                      {
                        "type": "StringLiteral",
                        "value": "",
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 16
                          },
                          "end": {
                            "line": 15,
                            "column": 21
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 15,
                        "column": 15
                      },
                      "end": {
                        "line": 15,
                        "column": 22
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 15,
                      "column": 9
                    },
                    "end": {
                      "line": 15,
                      "column": 22
                    }
                  }
                },
                {
                  "type": "AssignmentPattern",
                  "left": {
                    "type": "ObjectPattern",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "k",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 11
                            },
                            "end": {
                              "line": 16,
                              "column": 12
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "k",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 11
                            },
                            "end": {
                              "line": 16,
                              "column": 12
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 11
                          },
                          "end": {
                            "line": 16,
                            "column": 12
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 9
                      },
                      "end": {
                        "line": 16,
                        "column": 14
                      }
                    }
                  },
                  "right": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "k",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 19
                            },
                            "end": {
                              "line": 16,
                              "column": 20
                            }
                          }
                        },
                        "value": {
                          "type": "NumberLiteral",
                          "value": 5,
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 22
                            },
                            "end": {
                              "line": 16,
                              "column": 23
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 19
                          },
                          "end": {
                            "line": 16,
                            "column": 23
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 16,
                        "column": 17
                      },
                      "end": {
                        "line": 16,
                        "column": 25
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 9
                    },
                    "end": {
                      "line": 16,
                      "column": 25
                    }
                  }
                },
                {
                  "type": "RestElement",
                  "argument": {
                    "type": "Identifier",
                    "name": "rest",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 12
                      },
                      "end": {
                        "line": 17,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 9
                    },
                    "end": {
                      "line": 17,
                      "column": 16
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 18
                  },
                  "end": {
                    "line": 17,
                    "column": 21
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 23
                },
                "end": {
                  "line": 17,
                  "column": 21
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 23
              },
              "end": {
                "line": 17,
                "column": 21
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "loc": {
            "start": {
              "line": 2,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 21
            }
          }
        },
        "body": [],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 21
          },
          "end": {
            "line": 18,
            "column": 2
          }
        }
      },
      "decorators": [],
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ExampleClass2",
          "decorators": [],
          "loc": {
            "start": {
              "line": 20,
              "column": 7
            },
            "end": {
              "line": 20,
              "column": 20
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "decorators": [],
            "loc": {
              "start": {
                "line": 21,
                "column": 12
              },
              "end": {
                "line": 21,
                "column": 23
              }
            }
          },
          "kind": "constructor",
          "accessibility": "public",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [
                {
                  "type": "Identifier",
                  "name": "readonly",
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 24
                    },
                    "end": {
                      "line": 21,
                      "column": 32
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 34
                  },
                  "end": {
                    "line": 21,
                    "column": 37
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 23
                },
                "end": {
                  "line": 21,
                  "column": 37
                }
              }
            },
            "loc": {
              "start": {
                "line": 21,
                "column": 23
              },
              "end": {
                "line": 21,
                "column": 37
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 5
            },
            "end": {
              "line": 21,
              "column": 37
            }
          }
        },
        "body": [],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 20,
            "column": 21
          },
          "end": {
            "line": 22,
            "column": 2
          }
        }
      },
      "decorators": [],
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 22,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ExampleClass3",
          "decorators": [],
          "loc": {
            "start": {
              "line": 24,
              "column": 7
            },
            "end": {
              "line": 24,
              "column": 20
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "decorators": [],
            "loc": {
              "start": {
                "line": 25,
                "column": 12
              },
              "end": {
                "line": 25,
                "column": 23
              }
            }
          },
          "kind": "constructor",
          "accessibility": "public",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [
                {
                  "type": "TSParameterProperty",
                  "accessibility": "public",
                  "readonly": false,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "readonly",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 31
                      },
                      "end": {
                        "line": 25,
                        "column": 39
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 24
                    },
                    "end": {
                      "line": 25,
                      "column": 39
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 41
                  },
                  "end": {
                    "line": 25,
                    "column": 44
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 23
                },
                "end": {
                  "line": 25,
                  "column": 44
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 23
              },
              "end": {
                "line": 25,
                "column": 44
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 5
            },
            "end": {
              "line": 25,
              "column": 44
            }
          }
        },
        "body": [],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 24,
            "column": 21
          },
          "end": {
            "line": 26,
            "column": 2
          }
        }
      },
      "decorators": [],
      "loc": {
        "start": {
          "line": 24,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "ExampleClass4",
          "decorators": [],
          "loc": {
            "start": {
              "line": 28,
              "column": 7
            },
            "end": {
              "line": 28,
              "column": 20
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 12
              },
              "end": {
                "line": 29,
                "column": 23
              }
            }
          },
          "kind": "constructor",
          "accessibility": "public",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [
                {
                  "type": "TSParameterProperty",
                  "accessibility": "undefined",
                  "readonly": true,
                  "static": false,
                  "export": false,
                  "parameter": {
                    "type": "Identifier",
                    "name": "readonly",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 29,
                        "column": 33
                      },
                      "end": {
                        "line": 29,
                        "column": 41
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 24
                    },
                    "end": {
                      "line": 29,
                      "column": 41
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 43
                  },
                  "end": {
                    "line": 29,
                    "column": 46
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 23
                },
                "end": {
                  "line": 29,
                  "column": 46
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 23
              },
              "end": {
                "line": 29,
                "column": 46
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 46
            }
          }
        },
        "body": [],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 28,
            "column": 21
          },
          "end": {
            "line": 30,
            "column": 2
          }
        }
      },
      "decorators": [],
      "loc": {
        "start": {
          "line": 28,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 30,
      "column": 2
    }
  }
}
