{
  "type": "Program",
  "statements": [
    {
      "type": "TSDeclareFunction",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "addResult",
          "loc": {
            "start": {
              "line": 17,
              "column": 18
            },
            "end": {
              "line": 17,
              "column": 27
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "returnType": {
          "type": "TSNumberKeyword",
          "loc": {
            "start": {
              "line": 17,
              "column": 31
            },
            "end": {
              "line": 17,
              "column": 37
            }
          }
        },
        "declare": true,
        "loc": {
          "start": {
            "line": 17,
            "column": 9
          },
          "end": {
            "line": 17,
            "column": 38
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 9
        },
        "end": {
          "line": 17,
          "column": 38
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "PrivateFoo",
          "loc": {
            "start": {
              "line": 19,
              "column": 7
            },
            "end": {
              "line": 19,
              "column": 17
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 1
                  },
                  "end": {
                    "line": 19,
                    "column": 1
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 1
                },
                "end": {
                  "line": 19,
                  "column": 1
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 19,
              "column": 1
            },
            "end": {
              "line": 33,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "count",
              "loc": {
                "start": {
                  "line": 20,
                  "column": 10
                },
                "end": {
                  "line": 20,
                  "column": 16
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 0,
              "loc": {
                "start": {
                  "line": 20,
                  "column": 19
                },
                "end": {
                  "line": 20,
                  "column": 20
                }
              }
            },
            "static": true,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 20,
                "column": 3
              },
              "end": {
                "line": 20,
                "column": 20
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "count",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 14
                },
                "end": {
                  "line": 21,
                  "column": 19
                }
              }
            },
            "kind": "get",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "Identifier",
                          "name": "PrivateFoo",
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 12
                            },
                            "end": {
                              "line": 22,
                              "column": 22
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "count",
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 23
                            },
                            "end": {
                              "line": 22,
                              "column": 29
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 12
                          },
                          "end": {
                            "line": 22,
                            "column": 29
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 5
                        },
                        "end": {
                          "line": 22,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 22
                    },
                    "end": {
                      "line": 23,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 19
                  },
                  "end": {
                    "line": 23,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 19
                },
                "end": {
                  "line": 23,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 21,
                "column": 3
              },
              "end": {
                "line": 23,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "count",
              "loc": {
                "start": {
                  "line": 24,
                  "column": 7
                },
                "end": {
                  "line": 24,
                  "column": 12
                }
              }
            },
            "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": "MemberExpression",
                        "object": {
                          "type": "Identifier",
                          "name": "PrivateFoo",
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 12
                            },
                            "end": {
                              "line": 25,
                              "column": 22
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "count",
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 23
                            },
                            "end": {
                              "line": 25,
                              "column": 29
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 12
                          },
                          "end": {
                            "line": 25,
                            "column": 29
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 5
                        },
                        "end": {
                          "line": 25,
                          "column": 30
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 15
                    },
                    "end": {
                      "line": 26,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 12
                  },
                  "end": {
                    "line": 26,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 24,
                  "column": 12
                },
                "end": {
                  "line": 26,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 24,
                "column": 3
              },
              "end": {
                "line": 26,
                "column": 4
              }
            }
          },
          {
            "type": "ClassStaticBlock",
            "body": {
              "type": "BlockStatement",
              "statements": [
                {
                  "type": "TryStatement",
                  "block": {
                    "type": "BlockStatement",
                    "statements": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "operator": "+=",
                          "left": {
                            "type": "MemberExpression",
                            "object": {
                              "type": "Identifier",
                              "name": "PrivateFoo",
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 7
                                },
                                "end": {
                                  "line": 29,
                                  "column": 17
                                }
                              }
                            },
                            "property": {
                              "type": "PrivateIdentifier",
                              "prefix": "#",
                              "name": "count",
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 18
                                },
                                "end": {
                                  "line": 29,
                                  "column": 24
                                }
                              }
                            },
                            "computed": false,
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 7
                              },
                              "end": {
                                "line": 29,
                                "column": 24
                              }
                            }
                          },
                          "right": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "Identifier",
                              "name": "addResult",
                              "loc": {
                                "start": {
                                  "line": 29,
                                  "column": 28
                                },
                                "end": {
                                  "line": 29,
                                  "column": 37
                                }
                              }
                            },
                            "arguments": [],
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 29,
                                "column": 28
                              },
                              "end": {
                                "line": 29,
                                "column": 39
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 29,
                              "column": 7
                            },
                            "end": {
                              "line": 29,
                              "column": 39
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 29,
                            "column": 7
                          },
                          "end": {
                            "line": 29,
                            "column": 40
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 9
                      },
                      "end": {
                        "line": 30,
                        "column": 6
                      }
                    }
                  },
                  "handler": {
                    "type": "CatchClause",
                    "body": {
                      "type": "BlockStatement",
                      "statements": [],
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 13
                        },
                        "end": {
                          "line": 31,
                          "column": 6
                        }
                      }
                    },
                    "param": null,
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 7
                      },
                      "end": {
                        "line": 31,
                        "column": 6
                      }
                    }
                  },
                  "finalizer": null,
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 5
                    },
                    "end": {
                      "line": 31,
                      "column": 6
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 10
                },
                "end": {
                  "line": 32,
                  "column": 4
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 3
              },
              "end": {
                "line": 32,
                "column": 4
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 19,
            "column": 18
          },
          "end": {
            "line": 33,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 33,
      "column": 2
    }
  }
}
