{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Baz",
          "decorators": [],
          "loc": {
            "start": {
              "line": 1,
              "column": 7
            },
            "end": {
              "line": 1,
              "column": 10
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "decorators": [],
            "loc": {
              "start": {
                "line": 6,
                "column": 5
              },
              "end": {
                "line": 6,
                "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": "s",
                  "typeAnnotation": {
                    "type": "TSStringKeyword",
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 21
                      },
                      "end": {
                        "line": 6,
                        "column": 27
                      }
                    }
                  },
                  "optional": true,
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 17
                    },
                    "end": {
                      "line": 6,
                      "column": 18
                    }
                  }
                },
                {
                  "type": "Identifier",
                  "name": "n",
                  "typeAnnotation": {
                    "type": "TSNumberKeyword",
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 33
                      },
                      "end": {
                        "line": 6,
                        "column": 39
                      }
                    }
                  },
                  "optional": true,
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 29
                    },
                    "end": {
                      "line": 6,
                      "column": 30
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 9
                            },
                            "end": {
                              "line": 7,
                              "column": 13
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "s",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 14
                            },
                            "end": {
                              "line": 7,
                              "column": 15
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 9
                          },
                          "end": {
                            "line": 7,
                            "column": 15
                          }
                        }
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "operator": "||",
                        "left": {
                          "type": "Identifier",
                          "name": "s",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 18
                            },
                            "end": {
                              "line": 7,
                              "column": 19
                            }
                          }
                        },
                        "right": {
                          "type": "StringLiteral",
                          "value": "",
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 23
                            },
                            "end": {
                              "line": 7,
                              "column": 25
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 18
                          },
                          "end": {
                            "line": 7,
                            "column": 25
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 9
                        },
                        "end": {
                          "line": 7,
                          "column": 25
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 9
                      },
                      "end": {
                        "line": 7,
                        "column": 26
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 9
                            },
                            "end": {
                              "line": 8,
                              "column": 13
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "n",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 14
                            },
                            "end": {
                              "line": 8,
                              "column": 15
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 9
                          },
                          "end": {
                            "line": 8,
                            "column": 15
                          }
                        }
                      },
                      "right": {
                        "type": "LogicalExpression",
                        "operator": "||",
                        "left": {
                          "type": "Identifier",
                          "name": "n",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 18
                            },
                            "end": {
                              "line": 8,
                              "column": 19
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 0,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 23
                            },
                            "end": {
                              "line": 8,
                              "column": 24
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 18
                          },
                          "end": {
                            "line": 8,
                            "column": 24
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 9
                        },
                        "end": {
                          "line": 8,
                          "column": 24
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 9
                      },
                      "end": {
                        "line": 8,
                        "column": 25
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 9
                            },
                            "end": {
                              "line": 9,
                              "column": 13
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "f",
                          "decorators": [],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 14
                            },
                            "end": {
                              "line": 9,
                              "column": 15
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 9
                          },
                          "end": {
                            "line": 9,
                            "column": 15
                          }
                        }
                      },
                      "arguments": [],
                      "optional": false,
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 9
                        },
                        "end": {
                          "line": 9,
                          "column": 17
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 9
                      },
                      "end": {
                        "line": 9,
                        "column": 18
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 41
                  },
                  "end": {
                    "line": 10,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 16
                },
                "end": {
                  "line": 10,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 6,
                "column": 16
              },
              "end": {
                "line": 10,
                "column": 6
              }
            }
          },
          "overloads": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 5
                  },
                  "end": {
                    "line": 4,
                    "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": "s",
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 21
                          },
                          "end": {
                            "line": 4,
                            "column": 27
                          }
                        }
                      },
                      "optional": true,
                      "decorators": [],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 17
                        },
                        "end": {
                          "line": 4,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 16
                    },
                    "end": {
                      "line": 4,
                      "column": 29
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 16
                  },
                  "end": {
                    "line": 4,
                    "column": 29
                  }
                }
              },
              "overloads": [],
              "decorators": [],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 5
                },
                "end": {
                  "line": 4,
                  "column": 29
                }
              }
            },
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 5
                  },
                  "end": {
                    "line": 5,
                    "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": [],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 16
                    },
                    "end": {
                      "line": 5,
                      "column": 19
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 16
                  },
                  "end": {
                    "line": 5,
                    "column": 19
                  }
                }
              },
              "overloads": [],
              "decorators": [],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 5
                },
                "end": {
                  "line": 5,
                  "column": 19
                }
              }
            }
          ],
          "decorators": [],
          "loc": {
            "start": {
              "line": 6,
              "column": 5
            },
            "end": {
              "line": 10,
              "column": 6
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "s",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 5
                },
                "end": {
                  "line": 2,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 8
                },
                "end": {
                  "line": 2,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 2,
                "column": 5
              },
              "end": {
                "line": 2,
                "column": 6
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "n",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 5
                },
                "end": {
                  "line": 3,
                  "column": 6
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 3,
                  "column": 8
                },
                "end": {
                  "line": 3,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 3,
                "column": 5
              },
              "end": {
                "line": 3,
                "column": 6
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "f",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 11,
                  "column": 5
                },
                "end": {
                  "line": 11,
                  "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": [],
                "returnType": {
                  "type": "TSVoidKeyword",
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 10
                    },
                    "end": {
                      "line": 11,
                      "column": 14
                    }
                  }
                },
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "UpdateExpression",
                        "operator": "++",
                        "prefix": false,
                        "argument": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 9
                              },
                              "end": {
                                "line": 12,
                                "column": 13
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "n",
                            "decorators": [],
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 14
                              },
                              "end": {
                                "line": 12,
                                "column": 15
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 9
                            },
                            "end": {
                              "line": 12,
                              "column": 15
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 9
                          },
                          "end": {
                            "line": 12,
                            "column": 17
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 9
                        },
                        "end": {
                          "line": 12,
                          "column": 18
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 15
                    },
                    "end": {
                      "line": 13,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 11,
                    "column": 6
                  },
                  "end": {
                    "line": 13,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 11,
                  "column": 6
                },
                "end": {
                  "line": 13,
                  "column": 6
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "loc": {
              "start": {
                "line": 11,
                "column": 5
              },
              "end": {
                "line": 13,
                "column": 6
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 11
          },
          "end": {
            "line": 14,
            "column": 2
          }
        }
      },
      "decorators": [],
      "loc": {
        "start": {
          "line": 1,
          "column": 1
        },
        "end": {
          "line": 14,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 14,
      "column": 2
    }
  }
}
