{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ClassExpression",
            "definition": {
              "id": {
                "type": "Identifier",
                "name": "A",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 15
                  },
                  "end": {
                    "line": 17,
                    "column": 16
                  }
                }
              },
              "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": 17,
                          "column": 9
                        },
                        "end": {
                          "line": 17,
                          "column": 9
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 9
                      },
                      "end": {
                        "line": 17,
                        "column": 9
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                },
                "overloads": [],
                "decorators": [],
                "annotations": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 9
                  },
                  "end": {
                    "line": 24,
                    "column": 2
                  }
                }
              },
              "body": [
                {
                  "type": "ClassProperty",
                  "key": {
                    "type": "Identifier",
                    "name": "A",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 10
                      },
                      "end": {
                        "line": 18,
                        "column": 11
                      }
                    }
                  },
                  "value": {
                    "type": "NumberLiteral",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 14
                      },
                      "end": {
                        "line": 18,
                        "column": 15
                      }
                    }
                  },
                  "static": true,
                  "readonly": false,
                  "declare": false,
                  "optional": false,
                  "computed": false,
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "ClassStaticBlock",
                  "body": {
                    "type": "BlockStatement",
                    "statements": [
                      {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "b",
                              "typeAnnotation": {
                                "type": "TSTypeReference",
                                "typeName": {
                                  "type": "Identifier",
                                  "name": "A",
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 13
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 13
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 9
                                },
                                "end": {
                                  "line": 20,
                                  "column": 10
                                }
                              }
                            },
                            "init": {
                              "type": "Identifier",
                              "name": "A",
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 16
                                },
                                "end": {
                                  "line": 20,
                                  "column": 17
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 20,
                                "column": 17
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 5
                          },
                          "end": {
                            "line": 20,
                            "column": 18
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "Identifier",
                            "name": "print",
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 5
                              },
                              "end": {
                                "line": 21,
                                "column": 10
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "MemberExpression",
                              "object": {
                                "type": "Identifier",
                                "name": "b",
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 12
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "name": "A",
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 13
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 14
                                  }
                                }
                              },
                              "computed": false,
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 11
                                },
                                "end": {
                                  "line": 21,
                                  "column": 14
                                }
                              }
                            }
                          ],
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 21,
                              "column": 5
                            },
                            "end": {
                              "line": 21,
                              "column": 15
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 21,
                            "column": 5
                          },
                          "end": {
                            "line": 21,
                            "column": 16
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "operator": "=",
                          "left": {
                            "type": "MemberExpression",
                            "object": {
                              "type": "Identifier",
                              "name": "A",
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 5
                                },
                                "end": {
                                  "line": 22,
                                  "column": 6
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "A",
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 7
                                },
                                "end": {
                                  "line": 22,
                                  "column": 8
                                }
                              }
                            },
                            "computed": false,
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 5
                              },
                              "end": {
                                "line": 22,
                                "column": 8
                              }
                            }
                          },
                          "right": {
                            "type": "NumberLiteral",
                            "value": 2,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 11
                              },
                              "end": {
                                "line": 22,
                                "column": 12
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 5
                            },
                            "end": {
                              "line": 22,
                              "column": 12
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 5
                          },
                          "end": {
                            "line": 22,
                            "column": 13
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 10
                      },
                      "end": {
                        "line": 23,
                        "column": 4
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 3
                    },
                    "end": {
                      "line": 23,
                      "column": 4
                    }
                  }
                }
              ],
              "indexSignatures": [],
              "loc": {
                "start": {
                  "line": 17,
                  "column": 17
                },
                "end": {
                  "line": 24,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 24,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 24,
              "column": 2
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "print",
          "loc": {
            "start": {
              "line": 25,
              "column": 1
            },
            "end": {
              "line": 25,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 7
                },
                "end": {
                  "line": 25,
                  "column": 8
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "A",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 9
                },
                "end": {
                  "line": 25,
                  "column": 10
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 25,
                "column": 7
              },
              "end": {
                "line": 25,
                "column": 10
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 25,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 11
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 26,
      "column": 1
    }
  }
}
