{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Base",
          "loc": {
            "start": {
              "line": 16,
              "column": 7
            },
            "end": {
              "line": 16,
              "column": 11
            }
          }
        },
        "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": 16,
                    "column": 1
                  },
                  "end": {
                    "line": 16,
                    "column": 26
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 16,
                  "column": 1
                },
                "end": {
                  "line": 16,
                  "column": 26
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 16,
              "column": 1
            },
            "end": {
              "line": 16,
              "column": 26
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "p",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 22
                },
                "end": {
                  "line": 16,
                  "column": 23
                }
              }
            },
            "accessibility": "private",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 16,
                "column": 14
              },
              "end": {
                "line": 16,
                "column": 23
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 16,
            "column": 12
          },
          "end": {
            "line": 16,
            "column": 26
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 16,
          "column": 26
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Derived1",
          "loc": {
            "start": {
              "line": 17,
              "column": 7
            },
            "end": {
              "line": 17,
              "column": 15
            }
          }
        },
        "superClass": {
          "type": "Identifier",
          "name": "Base",
          "loc": {
            "start": {
              "line": 17,
              "column": 24
            },
            "end": {
              "line": 17,
              "column": 28
            }
          }
        },
        "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": [
                {
                  "type": "RestElement",
                  "argument": {
                    "type": "Identifier",
                    "name": "args",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1
                      },
                      "end": {
                        "line": 1,
                        "column": 1
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1
                    },
                    "end": {
                      "line": 1,
                      "column": 1
                    }
                  }
                }
              ],
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "Super",
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 1
                          },
                          "end": {
                            "line": 1,
                            "column": 1
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "SpreadElement",
                          "argument": {
                            "type": "Identifier",
                            "name": "args",
                            "loc": {
                              "start": {
                                "line": 1,
                                "column": 1
                              },
                              "end": {
                                "line": 1,
                                "column": 1
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 1,
                              "column": 1
                            },
                            "end": {
                              "line": 1,
                              "column": 1
                            }
                          }
                        }
                      ],
                      "optional": false,
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 1
                        },
                        "end": {
                          "line": 17,
                          "column": 43
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 1
                      },
                      "end": {
                        "line": 1,
                        "column": 1
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 1
                  },
                  "end": {
                    "line": 17,
                    "column": 43
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 1
                },
                "end": {
                  "line": 17,
                  "column": 43
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 17,
              "column": 43
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "m",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 39
                },
                "end": {
                  "line": 17,
                  "column": 40
                }
              }
            },
            "accessibility": "private",
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 31
              },
              "end": {
                "line": 17,
                "column": 40
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 29
          },
          "end": {
            "line": 17,
            "column": 43
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 43
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d1",
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 7
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Base",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 14
                },
                "end": {
                  "line": 18,
                  "column": 18
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 10
              },
              "end": {
                "line": 18,
                "column": 20
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 18,
              "column": 20
            }
          }
        },
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "d2",
            "loc": {
              "start": {
                "line": 18,
                "column": 22
              },
              "end": {
                "line": 18,
                "column": 24
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Derived1",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 31
                },
                "end": {
                  "line": 18,
                  "column": 39
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 27
              },
              "end": {
                "line": 18,
                "column": 41
              }
            }
          },
          "loc": {
            "start": {
              "line": 18,
              "column": 22
            },
            "end": {
              "line": 18,
              "column": 41
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 18,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 42
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "func1",
            "loc": {
              "start": {
                "line": 19,
                "column": 5
              },
              "end": {
                "line": 19,
                "column": 10
              }
            }
          },
          "init": {
            "type": "TSTypeAssertion",
            "typeAnnotation": {
              "type": "TSFunctionType",
              "params": [],
              "returnType": {
                "type": "TSArrayType",
                "elementType": {
                  "type": "TSTypeReference",
                  "typeName": {
                    "type": "Identifier",
                    "name": "Base",
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 20
                      },
                      "end": {
                        "line": 19,
                        "column": 24
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 20
                    },
                    "end": {
                      "line": 19,
                      "column": 24
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 20
                  },
                  "end": {
                    "line": 19,
                    "column": 26
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 14
                },
                "end": {
                  "line": 19,
                  "column": 26
                }
              }
            },
            "expression": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "ArrayExpression",
                        "elements": [
                          {
                            "type": "Identifier",
                            "name": "d1",
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 48
                              },
                              "end": {
                                "line": 19,
                                "column": 50
                              }
                            }
                          },
                          {
                            "type": "Identifier",
                            "name": "d2",
                            "loc": {
                              "start": {
                                "line": 19,
                                "column": 52
                              },
                              "end": {
                                "line": 19,
                                "column": 54
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 19,
                            "column": 47
                          },
                          "end": {
                            "line": 19,
                            "column": 55
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 40
                        },
                        "end": {
                          "line": 19,
                          "column": 55
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 38
                    },
                    "end": {
                      "line": 19,
                      "column": 57
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 27
                  },
                  "end": {
                    "line": 19,
                    "column": 57
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 27
                },
                "end": {
                  "line": 19,
                  "column": 57
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 13
              },
              "end": {
                "line": 19,
                "column": 58
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 5
            },
            "end": {
              "line": 19,
              "column": 58
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 58
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "func2",
            "loc": {
              "start": {
                "line": 20,
                "column": 5
              },
              "end": {
                "line": 20,
                "column": 10
              }
            }
          },
          "init": {
            "type": "TSTypeAssertion",
            "typeAnnotation": {
              "type": "TSFunctionType",
              "params": [
                {
                  "type": "Identifier",
                  "name": "arg0",
                  "typeAnnotation": {
                    "type": "TSTypeReference",
                    "typeName": {
                      "type": "Identifier",
                      "name": "Number",
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 21
                        },
                        "end": {
                          "line": 20,
                          "column": 27
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 21
                      },
                      "end": {
                        "line": 20,
                        "column": 27
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 15
                    },
                    "end": {
                      "line": 20,
                      "column": 19
                    }
                  }
                }
              ],
              "returnType": {
                "type": "TSTypeReference",
                "typeName": {
                  "type": "Identifier",
                  "name": "Number",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 32
                    },
                    "end": {
                      "line": 20,
                      "column": 38
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 32
                  },
                  "end": {
                    "line": 20,
                    "column": 38
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 14
                },
                "end": {
                  "line": 20,
                  "column": 38
                }
              }
            },
            "expression": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "a",
                    "typeAnnotation": {
                      "type": "TSTypeReference",
                      "typeName": {
                        "type": "Identifier",
                        "name": "Number",
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 51
                          },
                          "end": {
                            "line": 20,
                            "column": 57
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 51
                        },
                        "end": {
                          "line": 20,
                          "column": 57
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 48
                      },
                      "end": {
                        "line": 20,
                        "column": 49
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 68
                          },
                          "end": {
                            "line": 20,
                            "column": 69
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 61
                        },
                        "end": {
                          "line": 20,
                          "column": 69
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 59
                    },
                    "end": {
                      "line": 20,
                      "column": 71
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 39
                  },
                  "end": {
                    "line": 20,
                    "column": 71
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 39
                },
                "end": {
                  "line": 20,
                  "column": 71
                }
              }
            },
            "loc": {
              "start": {
                "line": 20,
                "column": 13
              },
              "end": {
                "line": 20,
                "column": 72
              }
            }
          },
          "loc": {
            "start": {
              "line": 20,
              "column": 5
            },
            "end": {
              "line": 20,
              "column": 72
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 20,
          "column": 72
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 20,
      "column": 72
    }
  }
}
