{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "C",
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": null,
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 6
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "cls1",
            "decorators": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 9
              }
            }
          },
          "init": {
            "type": "ClassExpression",
            "definition": {
              "id": {
                "type": "Identifier",
                "name": "C",
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 18
                  },
                  "end": {
                    "line": 19,
                    "column": 19
                  }
                }
              },
              "superClass": null,
              "implements": [],
              "constructor": {
                "type": "MethodDefinition",
                "key": {
                  "type": "Identifier",
                  "name": "constructor",
                  "decorators": [],
                  "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": 1,
                          "column": 1
                        },
                        "end": {
                          "line": 1,
                          "column": 1
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1
                      },
                      "end": {
                        "line": 1,
                        "column": 1
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                },
                "overloads": [],
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 12
                  },
                  "end": {
                    "line": 27,
                    "column": 2
                  }
                }
              },
              "body": [
                {
                  "type": "MethodDefinition",
                  "key": {
                    "type": "Identifier",
                    "name": "method",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 3
                      },
                      "end": {
                        "line": 20,
                        "column": 9
                      }
                    }
                  },
                  "kind": "method",
                  "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": "Identifier",
                              "name": "C",
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 21,
                                  "column": 12
                                },
                                "end": {
                                  "line": 21,
                                  "column": 13
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 21,
                                "column": 5
                              },
                              "end": {
                                "line": 21,
                                "column": 14
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 12
                          },
                          "end": {
                            "line": 22,
                            "column": 4
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 9
                        },
                        "end": {
                          "line": 22,
                          "column": 4
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 9
                      },
                      "end": {
                        "line": 22,
                        "column": 4
                      }
                    }
                  },
                  "overloads": [],
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 3
                    },
                    "end": {
                      "line": 22,
                      "column": 4
                    }
                  }
                },
                {
                  "type": "MethodDefinition",
                  "key": {
                    "type": "Identifier",
                    "name": "staticMethod",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 10
                      },
                      "end": {
                        "line": 24,
                        "column": 22
                      }
                    }
                  },
                  "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": [
                          {
                            "type": "ReturnStatement",
                            "argument": {
                              "type": "Identifier",
                              "name": "C",
                              "decorators": [],
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 12
                                },
                                "end": {
                                  "line": 25,
                                  "column": 13
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 5
                              },
                              "end": {
                                "line": 25,
                                "column": 14
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 25
                          },
                          "end": {
                            "line": 26,
                            "column": 4
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 24,
                          "column": 22
                        },
                        "end": {
                          "line": 26,
                          "column": 4
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 22
                      },
                      "end": {
                        "line": 26,
                        "column": 4
                      }
                    }
                  },
                  "overloads": [],
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 3
                    },
                    "end": {
                      "line": 26,
                      "column": 4
                    }
                  }
                }
              ],
              "indexSignatures": [],
              "loc": {
                "start": {
                  "line": 19,
                  "column": 20
                },
                "end": {
                  "line": 27,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 12
              },
              "end": {
                "line": 27,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 3
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "cls2",
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "column": 9
              }
            }
          },
          "init": {
            "type": "ClassExpression",
            "definition": {
              "id": null,
              "superClass": null,
              "implements": [],
              "constructor": {
                "type": "MethodDefinition",
                "key": {
                  "type": "Identifier",
                  "name": "constructor",
                  "decorators": [],
                  "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": 1,
                          "column": 1
                        },
                        "end": {
                          "line": 1,
                          "column": 1
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1
                      },
                      "end": {
                        "line": 1,
                        "column": 1
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                },
                "overloads": [],
                "decorators": [],
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 12
                  },
                  "end": {
                    "line": 32,
                    "column": 2
                  }
                }
              },
              "body": [
                {
                  "type": "MethodDefinition",
                  "key": {
                    "type": "Identifier",
                    "name": "method",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 3
                      },
                      "end": {
                        "line": 30,
                        "column": 9
                      }
                    }
                  },
                  "kind": "method",
                  "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": 30,
                            "column": 12
                          },
                          "end": {
                            "line": 30,
                            "column": 15
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 9
                        },
                        "end": {
                          "line": 30,
                          "column": 15
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 9
                      },
                      "end": {
                        "line": 30,
                        "column": 15
                      }
                    }
                  },
                  "overloads": [],
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 3
                    },
                    "end": {
                      "line": 30,
                      "column": 15
                    }
                  }
                },
                {
                  "type": "MethodDefinition",
                  "key": {
                    "type": "Identifier",
                    "name": "staticMethod",
                    "decorators": [],
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 10
                      },
                      "end": {
                        "line": 31,
                        "column": 22
                      }
                    }
                  },
                  "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": 31,
                            "column": 25
                          },
                          "end": {
                            "line": 31,
                            "column": 28
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 22
                        },
                        "end": {
                          "line": 31,
                          "column": 28
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 22
                      },
                      "end": {
                        "line": 31,
                        "column": 28
                      }
                    }
                  },
                  "overloads": [],
                  "decorators": [],
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 3
                    },
                    "end": {
                      "line": 31,
                      "column": 28
                    }
                  }
                }
              ],
              "indexSignatures": [],
              "loc": {
                "start": {
                  "line": 29,
                  "column": 18
                },
                "end": {
                  "line": 32,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 12
              },
              "end": {
                "line": 32,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 32,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 33,
      "column": 1
    }
  }
}
