{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "defaultValue",
          "loc": {
            "start": {
              "line": 16,
              "column": 10
            },
            "end": {
              "line": 16,
              "column": 22
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "defaultVal",
            "typeAnnotation": {
              "type": "TSAnyKeyword",
              "loc": {
                "start": {
                  "line": 16,
                  "column": 35
                },
                "end": {
                  "line": 16,
                  "column": 38
                }
              }
            },
            "loc": {
              "start": {
                "line": 16,
                "column": 23
              },
              "end": {
                "line": 16,
                "column": 33
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ReturnStatement",
              "argument": {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "target",
                      "typeAnnotation": {
                        "type": "TSAnyKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 29
                          },
                          "end": {
                            "line": 17,
                            "column": 32
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 21
                        },
                        "end": {
                          "line": 17,
                          "column": 27
                        }
                      }
                    },
                    {
                      "type": "Identifier",
                      "name": "propertyKey",
                      "typeAnnotation": {
                        "type": "TSStringKeyword",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 47
                          },
                          "end": {
                            "line": 17,
                            "column": 53
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 34
                        },
                        "end": {
                          "line": 17,
                          "column": 45
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [
                      {
                        "type": "VariableDeclaration",
                        "declarations": [
                          {
                            "type": "VariableDeclarator",
                            "id": {
                              "type": "Identifier",
                              "name": "value",
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 13
                                },
                                "end": {
                                  "line": 18,
                                  "column": 18
                                }
                              }
                            },
                            "init": {
                              "type": "Identifier",
                              "name": "defaultVal",
                              "loc": {
                                "start": {
                                  "line": 18,
                                  "column": 21
                                },
                                "end": {
                                  "line": 18,
                                  "column": 31
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 31
                              }
                            }
                          }
                        ],
                        "kind": "let",
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 9
                          },
                          "end": {
                            "line": 18,
                            "column": 32
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "MemberExpression",
                            "object": {
                              "type": "Identifier",
                              "name": "Object",
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 9
                                },
                                "end": {
                                  "line": 20,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "defineProperty",
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 16
                                },
                                "end": {
                                  "line": 20,
                                  "column": 30
                                }
                              }
                            },
                            "computed": false,
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 9
                              },
                              "end": {
                                "line": 20,
                                "column": 30
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "Identifier",
                              "name": "target",
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 31
                                },
                                "end": {
                                  "line": 20,
                                  "column": 37
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "propertyKey",
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 39
                                },
                                "end": {
                                  "line": 20,
                                  "column": 50
                                }
                              }
                            },
                            {
                              "type": "ObjectExpression",
                              "properties": [
                                {
                                  "type": "Property",
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "name": "get",
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "value": {
                                    "type": "ArrowFunctionExpression",
                                    "function": {
                                      "type": "ScriptFunction",
                                      "id": null,
                                      "generator": false,
                                      "async": false,
                                      "expression": true,
                                      "params": [],
                                      "body": {
                                        "type": "Identifier",
                                        "name": "value",
                                        "loc": {
                                          "start": {
                                            "line": 21,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 21,
                                            "column": 29
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 21,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 21,
                                          "column": 29
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 21,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 21,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "kind": "init",
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 29
                                    }
                                  }
                                },
                                {
                                  "type": "Property",
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "name": "set",
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 16
                                      }
                                    }
                                  },
                                  "value": {
                                    "type": "ArrowFunctionExpression",
                                    "function": {
                                      "type": "ScriptFunction",
                                      "id": null,
                                      "generator": false,
                                      "async": false,
                                      "expression": false,
                                      "params": [
                                        {
                                          "type": "Identifier",
                                          "name": "newVal",
                                          "loc": {
                                            "start": {
                                              "line": 22,
                                              "column": 18
                                            },
                                            "end": {
                                              "line": 22,
                                              "column": 26
                                            }
                                          }
                                        }
                                      ],
                                      "body": {
                                        "type": "BlockStatement",
                                        "statements": [
                                          {
                                            "type": "ExpressionStatement",
                                            "expression": {
                                              "type": "AssignmentExpression",
                                              "operator": "=",
                                              "left": {
                                                "type": "Identifier",
                                                "name": "value",
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 32
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 37
                                                  }
                                                }
                                              },
                                              "right": {
                                                "type": "Identifier",
                                                "name": "newVal",
                                                "loc": {
                                                  "start": {
                                                    "line": 22,
                                                    "column": 40
                                                  },
                                                  "end": {
                                                    "line": 22,
                                                    "column": 46
                                                  }
                                                }
                                              },
                                              "loc": {
                                                "start": {
                                                  "line": 22,
                                                  "column": 32
                                                },
                                                "end": {
                                                  "line": 22,
                                                  "column": 46
                                                }
                                              }
                                            },
                                            "loc": {
                                              "start": {
                                                "line": 22,
                                                "column": 32
                                              },
                                              "end": {
                                                "line": 22,
                                                "column": 47
                                              }
                                            }
                                          }
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 22,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 22,
                                            "column": 49
                                          }
                                        }
                                      },
                                      "loc": {
                                        "start": {
                                          "line": 22,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 22,
                                          "column": 49
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 22,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 22,
                                        "column": 49
                                      }
                                    }
                                  },
                                  "kind": "init",
                                  "loc": {
                                    "start": {
                                      "line": 22,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 22,
                                      "column": 49
                                    }
                                  }
                                },
                                {
                                  "type": "Property",
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "name": "enumerable",
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "value": true,
                                    "loc": {
                                      "start": {
                                        "line": 23,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 23,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "kind": "init",
                                  "loc": {
                                    "start": {
                                      "line": 23,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 23,
                                      "column": 29
                                    }
                                  }
                                },
                                {
                                  "type": "Property",
                                  "method": false,
                                  "shorthand": false,
                                  "computed": false,
                                  "key": {
                                    "type": "Identifier",
                                    "name": "configurable",
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "value": {
                                    "type": "BooleanLiteral",
                                    "value": true,
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "kind": "init",
                                  "loc": {
                                    "start": {
                                      "line": 24,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 24,
                                      "column": 31
                                    }
                                  }
                                }
                              ],
                              "loc": {
                                "start": {
                                  "line": 20,
                                  "column": 52
                                },
                                "end": {
                                  "line": 25,
                                  "column": 10
                                }
                              }
                            }
                          ],
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 9
                            },
                            "end": {
                              "line": 25,
                              "column": 11
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 9
                          },
                          "end": {
                            "line": 25,
                            "column": 12
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 55
                      },
                      "end": {
                        "line": 26,
                        "column": 6
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 17,
                      "column": 12
                    },
                    "end": {
                      "line": 26,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 12
                  },
                  "end": {
                    "line": 26,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 5
                },
                "end": {
                  "line": 26,
                  "column": 7
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 40
            },
            "end": {
              "line": 27,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 1
          },
          "end": {
            "line": 27,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "Person",
          "loc": {
            "start": {
              "line": 29,
              "column": 7
            },
            "end": {
              "line": 29,
              "column": 13
            }
          }
        },
        "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": 29,
                    "column": 1
                  },
                  "end": {
                    "line": 35,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 1
                },
                "end": {
                  "line": 35,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 29,
              "column": 1
            },
            "end": {
              "line": 35,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "name",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 5
                },
                "end": {
                  "line": 31,
                  "column": 9
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 11
                },
                "end": {
                  "line": 31,
                  "column": 17
                }
              }
            },
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "defaultValue",
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 6
                      },
                      "end": {
                        "line": 30,
                        "column": 18
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "StringLiteral",
                      "value": "name",
                      "loc": {
                        "start": {
                          "line": 30,
                          "column": 19
                        },
                        "end": {
                          "line": 30,
                          "column": 25
                        }
                      }
                    }
                  ],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 6
                    },
                    "end": {
                      "line": 30,
                      "column": 26
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 5
                  },
                  "end": {
                    "line": 30,
                    "column": 26
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 9
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "age",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 5
                },
                "end": {
                  "line": 34,
                  "column": 8
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 10
                },
                "end": {
                  "line": 34,
                  "column": 16
                }
              }
            },
            "decorators": [
              {
                "type": "Decorator",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "Identifier",
                    "name": "defaultValue",
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 6
                      },
                      "end": {
                        "line": 33,
                        "column": 18
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "NumberLiteral",
                      "value": 18,
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 19
                        },
                        "end": {
                          "line": 33,
                          "column": 21
                        }
                      }
                    }
                  ],
                  "optional": false,
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 6
                    },
                    "end": {
                      "line": 33,
                      "column": 22
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 5
                  },
                  "end": {
                    "line": 33,
                    "column": 22
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 34,
                "column": 8
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 29,
            "column": 14
          },
          "end": {
            "line": 35,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_1",
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 26
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "defaultValue",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 6
                },
                "end": {
                  "line": 30,
                  "column": 18
                }
              }
            },
            "arguments": [
              {
                "type": "StringLiteral",
                "value": "name",
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 19
                  },
                  "end": {
                    "line": 30,
                    "column": 25
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 30,
                "column": 6
              },
              "end": {
                "line": 30,
                "column": 26
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 1,
              "column": 1
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "##var_1",
          "loc": {
            "start": {
              "line": 30,
              "column": 5
            },
            "end": {
              "line": 30,
              "column": 26
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "Person",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 5
                },
                "end": {
                  "line": 30,
                  "column": 26
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "prototype",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 5
                },
                "end": {
                  "line": 30,
                  "column": 26
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 26
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "name",
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 9
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 30,
            "column": 5
          },
          "end": {
            "line": 30,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "##var_2",
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 22
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "Identifier",
              "name": "defaultValue",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 6
                },
                "end": {
                  "line": 33,
                  "column": 18
                }
              }
            },
            "arguments": [
              {
                "type": "NumberLiteral",
                "value": 18,
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 19
                  },
                  "end": {
                    "line": 33,
                    "column": 21
                  }
                }
              }
            ],
            "optional": false,
            "loc": {
              "start": {
                "line": 33,
                "column": 6
              },
              "end": {
                "line": 33,
                "column": 22
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1
            },
            "end": {
              "line": 1,
              "column": 1
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 2
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "##var_2",
          "loc": {
            "start": {
              "line": 33,
              "column": 5
            },
            "end": {
              "line": 33,
              "column": 22
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "Person",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 5
                },
                "end": {
                  "line": 33,
                  "column": 22
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "prototype",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 5
                },
                "end": {
                  "line": 33,
                  "column": 22
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 22
              }
            }
          },
          {
            "type": "StringLiteral",
            "value": "age",
            "loc": {
              "start": {
                "line": 34,
                "column": 5
              },
              "end": {
                "line": 34,
                "column": 8
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 33,
            "column": 5
          },
          "end": {
            "line": 33,
            "column": 22
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "p1",
            "loc": {
              "start": {
                "line": 37,
                "column": 7
              },
              "end": {
                "line": 37,
                "column": 9
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Person",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 16
                },
                "end": {
                  "line": 37,
                  "column": 22
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 37,
                "column": 12
              },
              "end": {
                "line": 37,
                "column": 24
              }
            }
          },
          "loc": {
            "start": {
              "line": 37,
              "column": 7
            },
            "end": {
              "line": 37,
              "column": 24
            }
          }
        }
      ],
      "kind": "const",
      "loc": {
        "start": {
          "line": 37,
          "column": 1
        },
        "end": {
          "line": 37,
          "column": 25
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "print",
          "loc": {
            "start": {
              "line": 38,
              "column": 1
            },
            "end": {
              "line": 38,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "p1",
              "loc": {
                "start": {
                  "line": 38,
                  "column": 7
                },
                "end": {
                  "line": 38,
                  "column": 9
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "name",
              "loc": {
                "start": {
                  "line": 38,
                  "column": 10
                },
                "end": {
                  "line": 38,
                  "column": 14
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 38,
                "column": 7
              },
              "end": {
                "line": 38,
                "column": 14
              }
            }
          },
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "p1",
              "loc": {
                "start": {
                  "line": 38,
                  "column": 16
                },
                "end": {
                  "line": 38,
                  "column": 18
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "age",
              "loc": {
                "start": {
                  "line": 38,
                  "column": 19
                },
                "end": {
                  "line": 38,
                  "column": 22
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 38,
                "column": 16
              },
              "end": {
                "line": 38,
                "column": 22
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 38,
            "column": 1
          },
          "end": {
            "line": 38,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 38,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 24
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "p2",
            "loc": {
              "start": {
                "line": 40,
                "column": 7
              },
              "end": {
                "line": 40,
                "column": 9
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "Person",
              "loc": {
                "start": {
                  "line": 40,
                  "column": 16
                },
                "end": {
                  "line": 40,
                  "column": 22
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 40,
                "column": 12
              },
              "end": {
                "line": 40,
                "column": 24
              }
            }
          },
          "loc": {
            "start": {
              "line": 40,
              "column": 7
            },
            "end": {
              "line": 40,
              "column": 24
            }
          }
        }
      ],
      "kind": "const",
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 25
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "p2",
            "loc": {
              "start": {
                "line": 41,
                "column": 1
              },
              "end": {
                "line": 41,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "name",
            "loc": {
              "start": {
                "line": 41,
                "column": 4
              },
              "end": {
                "line": 41,
                "column": 8
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 41,
              "column": 1
            },
            "end": {
              "line": 41,
              "column": 8
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "Jone",
          "loc": {
            "start": {
              "line": 41,
              "column": 11
            },
            "end": {
              "line": 41,
              "column": 17
            }
          }
        },
        "loc": {
          "start": {
            "line": 41,
            "column": 1
          },
          "end": {
            "line": 41,
            "column": 17
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 18
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "p2",
            "loc": {
              "start": {
                "line": 42,
                "column": 1
              },
              "end": {
                "line": 42,
                "column": 3
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "age",
            "loc": {
              "start": {
                "line": 42,
                "column": 4
              },
              "end": {
                "line": 42,
                "column": 7
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 42,
              "column": 1
            },
            "end": {
              "line": 42,
              "column": 7
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 25,
          "loc": {
            "start": {
              "line": 42,
              "column": 10
            },
            "end": {
              "line": 42,
              "column": 12
            }
          }
        },
        "loc": {
          "start": {
            "line": 42,
            "column": 1
          },
          "end": {
            "line": 42,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 13
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 43,
      "column": 1
    }
  }
}
Illegal ast structure after transform.
