{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "SendableTestClass",
          "loc": {
            "start": {
              "line": 16,
              "column": 7
            },
            "end": {
              "line": 16,
              "column": 24
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 18,
                "column": 5
              },
              "end": {
                "line": 18,
                "column": 16
              }
            }
          },
          "kind": "constructor",
          "static": false,
          "optional": false,
          "computed": false,
          "value": {
            "type": "FunctionExpression",
            "function": {
              "type": "ScriptFunction",
              "id": null,
              "generator": false,
              "async": false,
              "expression": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "StringLiteral",
                      "value": "use sendable",
                      "loc": {
                        "start": {
                          "line": 19,
                          "column": 9
                        },
                        "end": {
                          "line": 19,
                          "column": 23
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 19,
                        "column": 9
                      },
                      "end": {
                        "line": 19,
                        "column": 24
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 19
                  },
                  "end": {
                    "line": 20,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 18,
                  "column": 16
                },
                "end": {
                  "line": 20,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 16
              },
              "end": {
                "line": 20,
                "column": 6
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 18,
              "column": 5
            },
            "end": {
              "line": 20,
              "column": 6
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "name",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 5
                },
                "end": {
                  "line": 17,
                  "column": 9
                }
              }
            },
            "value": {
              "type": "StringLiteral",
              "value": "sendable",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 20
                },
                "end": {
                  "line": 17,
                  "column": 30
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSStringKeyword",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 11
                },
                "end": {
                  "line": 17,
                  "column": 17
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 30
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "PrintName",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 5
                },
                "end": {
                  "line": 21,
                  "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": 22,
                              "column": 9
                            },
                            "end": {
                              "line": 22,
                              "column": 14
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "MemberExpression",
                            "object": {
                              "type": "ThisExpression",
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 15
                                },
                                "end": {
                                  "line": 22,
                                  "column": 19
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "name",
                              "loc": {
                                "start": {
                                  "line": 22,
                                  "column": 20
                                },
                                "end": {
                                  "line": 22,
                                  "column": 24
                                }
                              }
                            },
                            "computed": false,
                            "optional": false,
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 15
                              },
                              "end": {
                                "line": 22,
                                "column": 24
                              }
                            }
                          }
                        ],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 9
                          },
                          "end": {
                            "line": 22,
                            "column": 25
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 9
                        },
                        "end": {
                          "line": 22,
                          "column": 26
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 17
                    },
                    "end": {
                      "line": 23,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 14
                  },
                  "end": {
                    "line": 23,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 14
                },
                "end": {
                  "line": 23,
                  "column": 6
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 21,
                "column": 5
              },
              "end": {
                "line": 23,
                "column": 6
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 16,
            "column": 25
          },
          "end": {
            "line": 24,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "sendableClass",
            "loc": {
              "start": {
                "line": 25,
                "column": 5
              },
              "end": {
                "line": 25,
                "column": 18
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "SendableTestClass",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 25
                },
                "end": {
                  "line": 25,
                  "column": 42
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 25,
                "column": 21
              },
              "end": {
                "line": 25,
                "column": 44
              }
            }
          },
          "loc": {
            "start": {
              "line": 25,
              "column": 5
            },
            "end": {
              "line": 25,
              "column": 44
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 45
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "MemberExpression",
          "object": {
            "type": "Identifier",
            "name": "sendableClass",
            "loc": {
              "start": {
                "line": 26,
                "column": 1
              },
              "end": {
                "line": 26,
                "column": 14
              }
            }
          },
          "property": {
            "type": "Identifier",
            "name": "PrintName",
            "loc": {
              "start": {
                "line": 26,
                "column": 15
              },
              "end": {
                "line": 26,
                "column": 24
              }
            }
          },
          "computed": false,
          "optional": false,
          "loc": {
            "start": {
              "line": 26,
              "column": 1
            },
            "end": {
              "line": 26,
              "column": 24
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 26,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 26,
          "column": 27
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 26,
      "column": 27
    }
  }
}
