{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "C",
          "loc": {
            "start": {
              "line": 17,
              "column": 7
            },
            "end": {
              "line": 17,
              "column": 8
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 1
                  },
                  "end": {
                    "line": 64,
                    "column": 2
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 1
                },
                "end": {
                  "line": 64,
                  "column": 2
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 1
              },
              "end": {
                "line": 1,
                "column": 1
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 17,
              "column": 1
            },
            "end": {
              "line": 64,
              "column": 2
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "value",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 3
                },
                "end": {
                  "line": 18,
                  "column": 9
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 0,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 20
                },
                "end": {
                  "line": 18,
                  "column": 21
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 18,
                  "column": 11
                },
                "end": {
                  "line": 18,
                  "column": 17
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 18,
                "column": 3
              },
              "end": {
                "line": 18,
                "column": 21
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "add",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 3
                },
                "end": {
                  "line": 19,
                  "column": 7
                }
              }
            },
            "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": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "+=",
                        "left": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 5
                              },
                              "end": {
                                "line": 20,
                                "column": 9
                              }
                            }
                          },
                          "property": {
                            "type": "PrivateIdentifier",
                            "prefix": "#",
                            "name": "value",
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 10
                              },
                              "end": {
                                "line": 20,
                                "column": 16
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 5
                            },
                            "end": {
                              "line": 20,
                              "column": 16
                            }
                          }
                        },
                        "right": {
                          "type": "NumberLiteral",
                          "value": 1,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 20
                            },
                            "end": {
                              "line": 20,
                              "column": 21
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 20,
                            "column": 5
                          },
                          "end": {
                            "line": 20,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 5
                        },
                        "end": {
                          "line": 20,
                          "column": 22
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 19,
                      "column": 10
                    },
                    "end": {
                      "line": 21,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 7
                  },
                  "end": {
                    "line": 21,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 7
                },
                "end": {
                  "line": 21,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 19,
                "column": 3
              },
              "end": {
                "line": 21,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicAdd",
              "loc": {
                "start": {
                  "line": 22,
                  "column": 3
                },
                "end": {
                  "line": 22,
                  "column": 12
                }
              }
            },
            "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": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 5
                              },
                              "end": {
                                "line": 23,
                                "column": 9
                              }
                            }
                          },
                          "property": {
                            "type": "PrivateIdentifier",
                            "prefix": "#",
                            "name": "add",
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 10
                              },
                              "end": {
                                "line": 23,
                                "column": 14
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 5
                            },
                            "end": {
                              "line": 23,
                              "column": 14
                            }
                          }
                        },
                        "arguments": [],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 5
                          },
                          "end": {
                            "line": 23,
                            "column": 16
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 5
                        },
                        "end": {
                          "line": 23,
                          "column": 17
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 15
                    },
                    "end": {
                      "line": 24,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 12
                  },
                  "end": {
                    "line": 24,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 22,
                  "column": 12
                },
                "end": {
                  "line": 24,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 22,
                "column": 3
              },
              "end": {
                "line": 24,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicPrint",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 3
                },
                "end": {
                  "line": 25,
                  "column": 14
                }
              }
            },
            "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": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "print",
                          "loc": {
                            "start": {
                              "line": 26,
                              "column": 5
                            },
                            "end": {
                              "line": 26,
                              "column": 10
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "object": {
                              "type": "ThisExpression",
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 11
                                },
                                "end": {
                                  "line": 26,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "PrivateIdentifier",
                              "prefix": "#",
                              "name": "value",
                              "loc": {
                                "start": {
                                  "line": 26,
                                  "column": 16
                                },
                                "end": {
                                  "line": 26,
                                  "column": 22
                                }
                              }
                            },
                            "computed": false,
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 26,
                                "column": 11
                              },
                              "end": {
                                "line": 26,
                                "column": 22
                              }
                            }
                          }
                        ],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 5
                          },
                          "end": {
                            "line": 26,
                            "column": 23
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 5
                        },
                        "end": {
                          "line": 26,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 17
                    },
                    "end": {
                      "line": 27,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 14
                  },
                  "end": {
                    "line": 27,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 14
                },
                "end": {
                  "line": 27,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 25,
                "column": 3
              },
              "end": {
                "line": 27,
                "column": 4
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "message",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 10
                },
                "end": {
                  "line": 29,
                  "column": 18
                }
              }
            },
            "value": {
              "type": "StringLiteral",
              "value": "hello",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 29
                },
                "end": {
                  "line": 29,
                  "column": 36
                }
              }
            },
            "static": true,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 29,
                  "column": 20
                },
                "end": {
                  "line": 29,
                  "column": 26
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 29,
                "column": 3
              },
              "end": {
                "line": 29,
                "column": 36
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "say",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 10
                },
                "end": {
                  "line": 30,
                  "column": 14
                }
              }
            },
            "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": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 12
                            },
                            "end": {
                              "line": 31,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "message",
                          "loc": {
                            "start": {
                              "line": 31,
                              "column": 17
                            },
                            "end": {
                              "line": 31,
                              "column": 25
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 31,
                            "column": 12
                          },
                          "end": {
                            "line": 31,
                            "column": 25
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 5
                        },
                        "end": {
                          "line": 31,
                          "column": 26
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 30,
                      "column": 17
                    },
                    "end": {
                      "line": 32,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 14
                  },
                  "end": {
                    "line": 32,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 30,
                  "column": 14
                },
                "end": {
                  "line": 32,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 30,
                "column": 3
              },
              "end": {
                "line": 32,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicSay",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 10
                },
                "end": {
                  "line": 33,
                  "column": 19
                }
              }
            },
            "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": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "Identifier",
                          "name": "print",
                          "loc": {
                            "start": {
                              "line": 34,
                              "column": 5
                            },
                            "end": {
                              "line": 34,
                              "column": 10
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "callee": {
                              "type": "MemberExpression",
                              "object": {
                                "type": "ThisExpression",
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 15
                                  }
                                }
                              },
                              "property": {
                                "type": "PrivateIdentifier",
                                "prefix": "#",
                                "name": "say",
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 20
                                  }
                                }
                              },
                              "computed": false,
                              "optional": false,
                              "loc": {
                                "start": {
                                  "line": 34,
                                  "column": 11
                                },
                                "end": {
                                  "line": 34,
                                  "column": 20
                                }
                              }
                            },
                            "arguments": [],
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 34,
                                "column": 11
                              },
                              "end": {
                                "line": 34,
                                "column": 22
                              }
                            }
                          }
                        ],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 34,
                            "column": 5
                          },
                          "end": {
                            "line": 34,
                            "column": 23
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 34,
                          "column": 5
                        },
                        "end": {
                          "line": 34,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 22
                    },
                    "end": {
                      "line": 35,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 19
                  },
                  "end": {
                    "line": 35,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 33,
                  "column": 19
                },
                "end": {
                  "line": 35,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 33,
                "column": 3
              },
              "end": {
                "line": 35,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "data",
              "loc": {
                "start": {
                  "line": 37,
                  "column": 7
                },
                "end": {
                  "line": 37,
                  "column": 12
                }
              }
            },
            "kind": "get",
            "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": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 12
                            },
                            "end": {
                              "line": 38,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "value",
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 17
                            },
                            "end": {
                              "line": 38,
                              "column": 23
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 12
                          },
                          "end": {
                            "line": 38,
                            "column": 23
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 5
                        },
                        "end": {
                          "line": 38,
                          "column": 24
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 37,
                      "column": 15
                    },
                    "end": {
                      "line": 39,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 12
                  },
                  "end": {
                    "line": 39,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 12
                },
                "end": {
                  "line": 39,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 37,
                "column": 3
              },
              "end": {
                "line": 39,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "data",
              "loc": {
                "start": {
                  "line": 40,
                  "column": 7
                },
                "end": {
                  "line": 40,
                  "column": 12
                }
              }
            },
            "kind": "set",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "num",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 40,
                          "column": 18
                        },
                        "end": {
                          "line": 40,
                          "column": 24
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 40,
                        "column": 13
                      },
                      "end": {
                        "line": 40,
                        "column": 16
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 5
                              },
                              "end": {
                                "line": 41,
                                "column": 9
                              }
                            }
                          },
                          "property": {
                            "type": "PrivateIdentifier",
                            "prefix": "#",
                            "name": "value",
                            "loc": {
                              "start": {
                                "line": 41,
                                "column": 10
                              },
                              "end": {
                                "line": 41,
                                "column": 16
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 5
                            },
                            "end": {
                              "line": 41,
                              "column": 16
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "num",
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 19
                            },
                            "end": {
                              "line": 41,
                              "column": 22
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 5
                          },
                          "end": {
                            "line": 41,
                            "column": 22
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 41,
                          "column": 5
                        },
                        "end": {
                          "line": 41,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 40,
                      "column": 26
                    },
                    "end": {
                      "line": 42,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 40,
                    "column": 12
                  },
                  "end": {
                    "line": 42,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 40,
                  "column": 12
                },
                "end": {
                  "line": 42,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 40,
                "column": 3
              },
              "end": {
                "line": 42,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicData",
              "loc": {
                "start": {
                  "line": 43,
                  "column": 7
                },
                "end": {
                  "line": 43,
                  "column": 17
                }
              }
            },
            "kind": "get",
            "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": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 12
                            },
                            "end": {
                              "line": 44,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "data",
                          "loc": {
                            "start": {
                              "line": 44,
                              "column": 17
                            },
                            "end": {
                              "line": 44,
                              "column": 22
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 44,
                            "column": 12
                          },
                          "end": {
                            "line": 44,
                            "column": 22
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 44,
                          "column": 5
                        },
                        "end": {
                          "line": 44,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 20
                    },
                    "end": {
                      "line": 45,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 17
                  },
                  "end": {
                    "line": 45,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 43,
                  "column": 17
                },
                "end": {
                  "line": 45,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 43,
                "column": 3
              },
              "end": {
                "line": 45,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicData",
              "loc": {
                "start": {
                  "line": 46,
                  "column": 7
                },
                "end": {
                  "line": 46,
                  "column": 17
                }
              }
            },
            "kind": "set",
            "static": false,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "num",
                    "typeAnnotation": {
                      "type": "TSNumberKeyword",
                      "loc": {
                        "start": {
                          "line": 46,
                          "column": 23
                        },
                        "end": {
                          "line": 46,
                          "column": 29
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 46,
                        "column": 18
                      },
                      "end": {
                        "line": 46,
                        "column": 21
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 5
                              },
                              "end": {
                                "line": 47,
                                "column": 9
                              }
                            }
                          },
                          "property": {
                            "type": "PrivateIdentifier",
                            "prefix": "#",
                            "name": "data",
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 10
                              },
                              "end": {
                                "line": 47,
                                "column": 15
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 5
                            },
                            "end": {
                              "line": 47,
                              "column": 15
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "num",
                          "loc": {
                            "start": {
                              "line": 47,
                              "column": 18
                            },
                            "end": {
                              "line": 47,
                              "column": 21
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 47,
                            "column": 5
                          },
                          "end": {
                            "line": 47,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 5
                        },
                        "end": {
                          "line": 47,
                          "column": 22
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 46,
                      "column": 31
                    },
                    "end": {
                      "line": 48,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 46,
                    "column": 17
                  },
                  "end": {
                    "line": 48,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 46,
                  "column": 17
                },
                "end": {
                  "line": 48,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 46,
                "column": 3
              },
              "end": {
                "line": 48,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "msg",
              "loc": {
                "start": {
                  "line": 50,
                  "column": 14
                },
                "end": {
                  "line": 50,
                  "column": 18
                }
              }
            },
            "kind": "get",
            "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": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 12
                            },
                            "end": {
                              "line": 51,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "message",
                          "loc": {
                            "start": {
                              "line": 51,
                              "column": 17
                            },
                            "end": {
                              "line": 51,
                              "column": 25
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 12
                          },
                          "end": {
                            "line": 51,
                            "column": 25
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 5
                        },
                        "end": {
                          "line": 51,
                          "column": 26
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 50,
                      "column": 21
                    },
                    "end": {
                      "line": 52,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 50,
                    "column": 18
                  },
                  "end": {
                    "line": 52,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 50,
                  "column": 18
                },
                "end": {
                  "line": 52,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 50,
                "column": 3
              },
              "end": {
                "line": 52,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "PrivateIdentifier",
              "prefix": "#",
              "name": "msg",
              "loc": {
                "start": {
                  "line": 54,
                  "column": 14
                },
                "end": {
                  "line": 54,
                  "column": 18
                }
              }
            },
            "kind": "set",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "msg",
                    "typeAnnotation": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 54,
                          "column": 24
                        },
                        "end": {
                          "line": 54,
                          "column": 30
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 19
                      },
                      "end": {
                        "line": 54,
                        "column": 22
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 5
                              },
                              "end": {
                                "line": 55,
                                "column": 9
                              }
                            }
                          },
                          "property": {
                            "type": "PrivateIdentifier",
                            "prefix": "#",
                            "name": "message",
                            "loc": {
                              "start": {
                                "line": 55,
                                "column": 10
                              },
                              "end": {
                                "line": 55,
                                "column": 18
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 5
                            },
                            "end": {
                              "line": 55,
                              "column": 18
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "msg",
                          "loc": {
                            "start": {
                              "line": 55,
                              "column": 21
                            },
                            "end": {
                              "line": 55,
                              "column": 24
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 55,
                            "column": 5
                          },
                          "end": {
                            "line": 55,
                            "column": 24
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 55,
                          "column": 5
                        },
                        "end": {
                          "line": 55,
                          "column": 25
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 54,
                      "column": 32
                    },
                    "end": {
                      "line": 56,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 54,
                    "column": 18
                  },
                  "end": {
                    "line": 56,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 54,
                  "column": 18
                },
                "end": {
                  "line": 56,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 54,
                "column": 3
              },
              "end": {
                "line": 56,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicMsg",
              "loc": {
                "start": {
                  "line": 58,
                  "column": 14
                },
                "end": {
                  "line": 58,
                  "column": 23
                }
              }
            },
            "kind": "set",
            "static": true,
            "optional": false,
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "function": {
                "type": "ScriptFunction",
                "id": null,
                "generator": false,
                "async": false,
                "expression": false,
                "params": [
                  {
                    "type": "Identifier",
                    "name": "msg",
                    "typeAnnotation": {
                      "type": "TSStringKeyword",
                      "loc": {
                        "start": {
                          "line": 58,
                          "column": 29
                        },
                        "end": {
                          "line": 58,
                          "column": 35
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 58,
                        "column": 24
                      },
                      "end": {
                        "line": 58,
                        "column": 27
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 5
                              },
                              "end": {
                                "line": 59,
                                "column": 9
                              }
                            }
                          },
                          "property": {
                            "type": "PrivateIdentifier",
                            "prefix": "#",
                            "name": "msg",
                            "loc": {
                              "start": {
                                "line": 59,
                                "column": 10
                              },
                              "end": {
                                "line": 59,
                                "column": 14
                              }
                            }
                          },
                          "computed": false,
                          "optional": false,
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 5
                            },
                            "end": {
                              "line": 59,
                              "column": 14
                            }
                          }
                        },
                        "right": {
                          "type": "Identifier",
                          "name": "msg",
                          "loc": {
                            "start": {
                              "line": 59,
                              "column": 17
                            },
                            "end": {
                              "line": 59,
                              "column": 20
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 59,
                            "column": 5
                          },
                          "end": {
                            "line": 59,
                            "column": 20
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 59,
                          "column": 5
                        },
                        "end": {
                          "line": 59,
                          "column": 21
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 58,
                      "column": 37
                    },
                    "end": {
                      "line": 60,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 58,
                    "column": 23
                  },
                  "end": {
                    "line": 60,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 58,
                  "column": 23
                },
                "end": {
                  "line": 60,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 58,
                "column": 3
              },
              "end": {
                "line": 60,
                "column": 4
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "publicMsg",
              "loc": {
                "start": {
                  "line": 61,
                  "column": 14
                },
                "end": {
                  "line": 61,
                  "column": 23
                }
              }
            },
            "kind": "get",
            "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": "MemberExpression",
                        "object": {
                          "type": "ThisExpression",
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 12
                            },
                            "end": {
                              "line": 62,
                              "column": 16
                            }
                          }
                        },
                        "property": {
                          "type": "PrivateIdentifier",
                          "prefix": "#",
                          "name": "msg",
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 17
                            },
                            "end": {
                              "line": 62,
                              "column": 21
                            }
                          }
                        },
                        "computed": false,
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 12
                          },
                          "end": {
                            "line": 62,
                            "column": 21
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 5
                        },
                        "end": {
                          "line": 62,
                          "column": 22
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 61,
                      "column": 26
                    },
                    "end": {
                      "line": 63,
                      "column": 4
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 61,
                    "column": 23
                  },
                  "end": {
                    "line": 63,
                    "column": 4
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 61,
                  "column": 23
                },
                "end": {
                  "line": 63,
                  "column": 4
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 61,
                "column": 3
              },
              "end": {
                "line": 63,
                "column": 4
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 17,
            "column": 9
          },
          "end": {
            "line": 64,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 64,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "C",
                "loc": {
                  "start": {
                    "line": 66,
                    "column": 8
                  },
                  "end": {
                    "line": 66,
                    "column": 9
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 66,
                  "column": 8
                },
                "end": {
                  "line": 66,
                  "column": 9
                }
              }
            },
            "loc": {
              "start": {
                "line": 66,
                "column": 5
              },
              "end": {
                "line": 66,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "C",
              "loc": {
                "start": {
                  "line": 66,
                  "column": 16
                },
                "end": {
                  "line": 66,
                  "column": 17
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 66,
                "column": 12
              },
              "end": {
                "line": 66,
                "column": 19
              }
            }
          },
          "loc": {
            "start": {
              "line": 66,
              "column": 5
            },
            "end": {
              "line": 66,
              "column": 19
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 66,
          "column": 1
        },
        "end": {
          "line": 66,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 67,
                "column": 1
              },
              "end": {
                "line": 67,
                "column": 2
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "publicAdd",
            "loc": {
              "start": {
                "line": 67,
                "column": 3
              },
              "end": {
                "line": 67,
                "column": 12
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 67,
              "column": 1
            },
            "end": {
              "line": 67,
              "column": 12
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 67,
            "column": 1
          },
          "end": {
            "line": 67,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 67,
          "column": 1
        },
        "end": {
          "line": 67,
          "column": 15
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 68,
                "column": 1
              },
              "end": {
                "line": 68,
                "column": 2
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "publicPrint",
            "loc": {
              "start": {
                "line": 68,
                "column": 3
              },
              "end": {
                "line": 68,
                "column": 14
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 68,
              "column": 1
            },
            "end": {
              "line": 68,
              "column": 14
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 68,
            "column": 1
          },
          "end": {
            "line": 68,
            "column": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 68,
          "column": 1
        },
        "end": {
          "line": 68,
          "column": 17
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "C",
            "loc": {
              "start": {
                "line": 69,
                "column": 1
              },
              "end": {
                "line": 69,
                "column": 2
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "publicSay",
            "loc": {
              "start": {
                "line": 69,
                "column": 3
              },
              "end": {
                "line": 69,
                "column": 12
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 69,
              "column": 1
            },
            "end": {
              "line": 69,
              "column": 12
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 69,
            "column": 1
          },
          "end": {
            "line": 69,
            "column": 14
          }
        }
      },
      "loc": {
        "start": {
          "line": 69,
          "column": 1
        },
        "end": {
          "line": 69,
          "column": 15
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 70,
                "column": 1
              },
              "end": {
                "line": 70,
                "column": 2
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "publicData",
            "loc": {
              "start": {
                "line": 70,
                "column": 3
              },
              "end": {
                "line": 70,
                "column": 13
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 70,
              "column": 1
            },
            "end": {
              "line": 70,
              "column": 13
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 20,
          "loc": {
            "start": {
              "line": 70,
              "column": 16
            },
            "end": {
              "line": 70,
              "column": 18
            }
          }
        },
        "loc": {
          "start": {
            "line": 70,
            "column": 1
          },
          "end": {
            "line": 70,
            "column": 18
          }
        }
      },
      "loc": {
        "start": {
          "line": 70,
          "column": 1
        },
        "end": {
          "line": 70,
          "column": 19
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "print",
          "loc": {
            "start": {
              "line": 71,
              "column": 1
            },
            "end": {
              "line": 71,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 71,
                  "column": 7
                },
                "end": {
                  "line": 71,
                  "column": 8
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "publicData",
              "loc": {
                "start": {
                  "line": 71,
                  "column": 9
                },
                "end": {
                  "line": 71,
                  "column": 19
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 71,
                "column": 7
              },
              "end": {
                "line": 71,
                "column": 19
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 71,
            "column": 1
          },
          "end": {
            "line": 71,
            "column": 20
          }
        }
      },
      "loc": {
        "start": {
          "line": 71,
          "column": 1
        },
        "end": {
          "line": 71,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "operator": "=",
        "left": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "C",
            "loc": {
              "start": {
                "line": 72,
                "column": 1
              },
              "end": {
                "line": 72,
                "column": 2
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "publicMsg",
            "loc": {
              "start": {
                "line": 72,
                "column": 3
              },
              "end": {
                "line": 72,
                "column": 12
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 72,
              "column": 1
            },
            "end": {
              "line": 72,
              "column": 12
            }
          }
        },
        "right": {
          "type": "StringLiteral",
          "value": "hi",
          "loc": {
            "start": {
              "line": 72,
              "column": 15
            },
            "end": {
              "line": 72,
              "column": 19
            }
          }
        },
        "loc": {
          "start": {
            "line": 72,
            "column": 1
          },
          "end": {
            "line": 72,
            "column": 19
          }
        }
      },
      "loc": {
        "start": {
          "line": 72,
          "column": 1
        },
        "end": {
          "line": 72,
          "column": 20
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "print",
          "loc": {
            "start": {
              "line": 73,
              "column": 1
            },
            "end": {
              "line": 73,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "C",
              "loc": {
                "start": {
                  "line": 73,
                  "column": 7
                },
                "end": {
                  "line": 73,
                  "column": 8
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "publicMsg",
              "loc": {
                "start": {
                  "line": 73,
                  "column": 9
                },
                "end": {
                  "line": 73,
                  "column": 18
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 73,
                "column": 7
              },
              "end": {
                "line": 73,
                "column": 18
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 73,
            "column": 1
          },
          "end": {
            "line": 73,
            "column": 19
          }
        }
      },
      "loc": {
        "start": {
          "line": 73,
          "column": 1
        },
        "end": {
          "line": 73,
          "column": 20
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 75,
      "column": 1
    }
  }
}
