{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "A",
          "loc": {
            "start": {
              "line": 17,
              "column": 7
            },
            "end": {
              "line": 17,
              "column": 8
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "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": [],
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "operator": "=",
                      "left": {
                        "type": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 9
                            },
                            "end": {
                              "line": 19,
                              "column": 13
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 14
                            },
                            "end": {
                              "line": 19,
                              "column": 15
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 9
                          },
                          "end": {
                            "line": 19,
                            "column": 15
                          }
                        }
                      },
                      "right": {
                        "type": "ClassExpression",
                        "definition": {
                          "id": {
                            "type": "Identifier",
                            "name": "B",
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 24
                              },
                              "end": {
                                "line": 19,
                                "column": 25
                              }
                            }
                          },
                          "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": 18
                                    },
                                    "end": {
                                      "line": 19,
                                      "column": 18
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 19,
                                    "column": 18
                                  },
                                  "end": {
                                    "line": 19,
                                    "column": 18
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 1,
                                  "column": 1
                                },
                                "end": {
                                  "line": 1,
                                  "column": 1
                                }
                              }
                            },
                            "overloads": [],
                            "decorators": [],
                            "annotations": [],
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 18
                              },
                              "end": {
                                "line": 21,
                                "column": 10
                              }
                            }
                          },
                          "body": [
                            {
                              "type": "MethodDefinition",
                              "key": {
                                "type": "Identifier",
                                "name": "b",
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 21
                                  }
                                }
                              },
                              "kind": "method",
                              "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": [],
                                    "loc": {
                                      "start": {
                                        "line": 20,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 26
                                      }
                                    }
                                  },
                                  "loc": {
                                    "start": {
                                      "line": 20,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 26
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 20,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 26
                                  }
                                }
                              },
                              "overloads": [],
                              "decorators": [],
                              "annotations": [],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 13
                                },
                                "end": {
                                  "line": 20,
                                  "column": 26
                                }
                              }
                            }
                          ],
                          "indexSignatures": [],
                          "loc": {
                            "start": {
                              "line": 19,
                              "column": 26
                            },
                            "end": {
                              "line": 21,
                              "column": 10
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 18
                          },
                          "end": {
                            "line": 21,
                            "column": 10
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 9
                        },
                        "end": {
                          "line": 21,
                          "column": 10
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 9
                      },
                      "end": {
                        "line": 21,
                        "column": 10
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 19
                  },
                  "end": {
                    "line": 22,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 18,
                  "column": 16
                },
                "end": {
                  "line": 22,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 16
              },
              "end": {
                "line": 22,
                "column": 6
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 22,
              "column": 6
            }
          }
        },
        "body": [],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 9
          },
          "end": {
            "line": 23,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 24,
      "column": 1
    }
  }
}
