{
  "type": "Program",
  "statements": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "definition": {
          "id": {
            "type": "Identifier",
            "name": "Anno1",
            "loc": {
              "start": {
                "line": 16,
                "column": 19
              },
              "end": {
                "line": 16,
                "column": 46
              }
            }
          },
          "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": "Program",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 16,
                      "column": 9
                    },
                    "end": {
                      "line": 16,
                      "column": 9
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 9
                  },
                  "end": {
                    "line": 16,
                    "column": 9
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1
                },
                "end": {
                  "line": 1,
                  "column": 1
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 9
              },
              "end": {
                "line": 16,
                "column": 49
              }
            }
          },
          "body": [],
          "indexSignatures": [],
          "loc": {
            "start": {
              "line": 16,
              "column": 47
            },
            "end": {
              "line": 16,
              "column": 49
            }
          }
        },
        "decorators": [],
        "isAnnotationDeclaration": true,
        "loc": {
          "start": {
            "line": 16,
            "column": 9
          },
          "end": {
            "line": 16,
            "column": 49
          }
        }
      },
      "source": null,
      "specifiers": [],
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 49
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "definition": {
          "id": {
            "type": "Identifier",
            "name": "Anno2",
            "loc": {
              "start": {
                "line": 18,
                "column": 19
              },
              "end": {
                "line": 18,
                "column": 46
              }
            }
          },
          "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": "Program",
                  "statements": [],
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 9
                    },
                    "end": {
                      "line": 20,
                      "column": 2
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 9
                  },
                  "end": {
                    "line": 20,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1
                },
                "end": {
                  "line": 1,
                  "column": 1
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 9
              },
              "end": {
                "line": 20,
                "column": 2
              }
            }
          },
          "body": [
            {
              "type": "ClassProperty",
              "key": {
                "type": "Identifier",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 5
                  },
                  "end": {
                    "line": 19,
                    "column": 6
                  }
                }
              },
              "value": {
                "type": "NumberLiteral",
                "value": 0,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 17
                  },
                  "end": {
                    "line": 19,
                    "column": 18
                  }
                }
              },
              "static": false,
              "readonly": false,
              "declare": false,
              "optional": false,
              "computed": false,
              "typeAnnotation": {
                "type": "TSNumberKeyword",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 8
                  },
                  "end": {
                    "line": 19,
                    "column": 14
                  }
                }
              },
              "decorators": [],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 5
                },
                "end": {
                  "line": 19,
                  "column": 18
                }
              }
            }
          ],
          "indexSignatures": [],
          "loc": {
            "start": {
              "line": 18,
              "column": 47
            },
            "end": {
              "line": 20,
              "column": 2
            }
          }
        },
        "decorators": [],
        "isAnnotationDeclaration": true,
        "loc": {
          "start": {
            "line": 18,
            "column": 9
          },
          "end": {
            "line": 20,
            "column": 2
          }
        }
      },
      "source": null,
      "specifiers": [],
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 2
        }
      }
    },
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "definition": {
          "id": {
            "type": "Identifier",
            "name": "A",
            "loc": {
              "start": {
                "line": 23,
                "column": 14
              },
              "end": {
                "line": 23,
                "column": 15
              }
            }
          },
          "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": 23,
                      "column": 8
                    },
                    "end": {
                      "line": 23,
                      "column": 8
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 8
                  },
                  "end": {
                    "line": 23,
                    "column": 8
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1
                },
                "end": {
                  "line": 1,
                  "column": 1
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [
              {
                "type": "Annotation",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "Anno1",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 2
                      },
                      "end": {
                        "line": 22,
                        "column": 29
                      }
                    }
                  },
                  "arguments": [],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 2
                    },
                    "end": {
                      "line": 22,
                      "column": 31
                    }
                  }
                },
                "name": "Anno1",
                "isImported": false,
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 1
                  },
                  "end": {
                    "line": 22,
                    "column": 31
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 23,
                "column": 8
              },
              "end": {
                "line": 23,
                "column": 18
              }
            }
          },
          "body": [],
          "indexSignatures": [],
          "loc": {
            "start": {
              "line": 23,
              "column": 16
            },
            "end": {
              "line": 23,
              "column": 18
            }
          }
        },
        "decorators": [],
        "isAnnotationDeclaration": false,
        "loc": {
          "start": {
            "line": 23,
            "column": 8
          },
          "end": {
            "line": 23,
            "column": 18
          }
        }
      },
      "source": null,
      "specifiers": [],
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 18
        }
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "definition": {
          "id": {
            "type": "Identifier",
            "name": "B",
            "loc": {
              "start": {
                "line": 26,
                "column": 22
              },
              "end": {
                "line": 26,
                "column": 23
              }
            }
          },
          "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": 26,
                      "column": 16
                    },
                    "end": {
                      "line": 26,
                      "column": 16
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 16
                  },
                  "end": {
                    "line": 26,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 1
                },
                "end": {
                  "line": 1,
                  "column": 1
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [
              {
                "type": "Annotation",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "Anno1",
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 2
                      },
                      "end": {
                        "line": 25,
                        "column": 29
                      }
                    }
                  },
                  "arguments": [],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 2
                    },
                    "end": {
                      "line": 25,
                      "column": 31
                    }
                  }
                },
                "name": "Anno1",
                "isImported": false,
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 1
                  },
                  "end": {
                    "line": 25,
                    "column": 31
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 26,
                "column": 16
              },
              "end": {
                "line": 26,
                "column": 26
              }
            }
          },
          "body": [],
          "indexSignatures": [],
          "loc": {
            "start": {
              "line": 26,
              "column": 24
            },
            "end": {
              "line": 26,
              "column": 26
            }
          }
        },
        "decorators": [],
        "isAnnotationDeclaration": false,
        "loc": {
          "start": {
            "line": 26,
            "column": 16
          },
          "end": {
            "line": 26,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 26
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 28,
      "column": 1
    }
  }
}