{
  "type": "Program",
  "statements": [
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "TopLevelSendableClass",
          "loc": {
            "start": {
              "line": 16,
              "column": 7
            },
            "end": {
              "line": 16,
              "column": 28
            }
          }
        },
        "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": "o",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 5
                },
                "end": {
                  "line": 17,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 17
                },
                "end": {
                  "line": 17,
                  "column": 18
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 8
                },
                "end": {
                  "line": 17,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 18
              }
            }
          },
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "PrintNum",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 5
                },
                "end": {
                  "line": 21,
                  "column": 13
                }
              }
            },
            "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": "StringLiteral",
                            "value": "Top level sendable class",
                            "loc": {
                              "start": {
                                "line": 22,
                                "column": 15
                              },
                              "end": {
                                "line": 22,
                                "column": 41
                              }
                            }
                          }
                        ],
                        "optional": false,
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 9
                          },
                          "end": {
                            "line": 22,
                            "column": 42
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 9
                        },
                        "end": {
                          "line": 22,
                          "column": 43
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 16
                    },
                    "end": {
                      "line": 23,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 13
                  },
                  "end": {
                    "line": 23,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 13
                },
                "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": 29
          },
          "end": {
            "line": 24,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 24,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "SendableTestClass",
          "loc": {
            "start": {
              "line": 26,
              "column": 7
            },
            "end": {
              "line": 26,
              "column": 24
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 29,
                "column": 5
              },
              "end": {
                "line": 29,
                "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": 30,
                          "column": 9
                        },
                        "end": {
                          "line": 30,
                          "column": 23
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 30,
                        "column": 9
                      },
                      "end": {
                        "line": 30,
                        "column": 24
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 19
                  },
                  "end": {
                    "line": 31,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 16
                },
                "end": {
                  "line": 31,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 29,
                "column": 16
              },
              "end": {
                "line": 31,
                "column": 6
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 31,
              "column": 6
            }
          }
        },
        "body": [
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "i",
              "loc": {
                "start": {
                  "line": 27,
                  "column": 5
                },
                "end": {
                  "line": 27,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "NewExpression",
              "callee": {
                "type": "Identifier",
                "name": "TopLevelSendableClass",
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 36
                  },
                  "end": {
                    "line": 27,
                    "column": 57
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 32
                },
                "end": {
                  "line": 27,
                  "column": 59
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSTypeReference",
              "typeName": {
                "type": "Identifier",
                "name": "TopLevelSendableClass",
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 8
                  },
                  "end": {
                    "line": 27,
                    "column": 29
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 8
                },
                "end": {
                  "line": 27,
                  "column": 29
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 27,
                "column": 5
              },
              "end": {
                "line": 27,
                "column": 59
              }
            }
          },
          {
            "type": "ClassProperty",
            "key": {
              "type": "Identifier",
              "name": "u",
              "loc": {
                "start": {
                  "line": 28,
                  "column": 5
                },
                "end": {
                  "line": 28,
                  "column": 6
                }
              }
            },
            "value": {
              "type": "MemberExpression",
              "object": {
                "type": "MemberExpression",
                "object": {
                  "type": "ThisExpression",
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 17
                    },
                    "end": {
                      "line": 28,
                      "column": 21
                    }
                  }
                },
                "property": {
                  "type": "Identifier",
                  "name": "i",
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 22
                    },
                    "end": {
                      "line": 28,
                      "column": 23
                    }
                  }
                },
                "computed": false,
                "optional": false,
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 17
                  },
                  "end": {
                    "line": 28,
                    "column": 23
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "o",
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 24
                  },
                  "end": {
                    "line": 28,
                    "column": 25
                  }
                }
              },
              "computed": false,
              "optional": false,
              "loc": {
                "start": {
                  "line": 28,
                  "column": 17
                },
                "end": {
                  "line": 28,
                  "column": 25
                }
              }
            },
            "static": false,
            "readonly": false,
            "declare": false,
            "optional": false,
            "computed": false,
            "typeAnnotation": {
              "type": "TSNumberKeyword",
              "loc": {
                "start": {
                  "line": 28,
                  "column": 8
                },
                "end": {
                  "line": 28,
                  "column": 14
                }
              }
            },
            "decorators": [],
            "loc": {
              "start": {
                "line": 28,
                "column": 5
              },
              "end": {
                "line": 28,
                "column": 25
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 26,
            "column": 25
          },
          "end": {
            "line": 32,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 33,
                "column": 5
              },
              "end": {
                "line": 33,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "SendableTestClass",
              "loc": {
                "start": {
                  "line": 33,
                  "column": 13
                },
                "end": {
                  "line": 33,
                  "column": 30
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 33,
                "column": 9
              },
              "end": {
                "line": 33,
                "column": 32
              }
            }
          },
          "loc": {
            "start": {
              "line": 33,
              "column": 5
            },
            "end": {
              "line": 33,
              "column": 32
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 33,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 33
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "print",
          "loc": {
            "start": {
              "line": 34,
              "column": 1
            },
            "end": {
              "line": 34,
              "column": 6
            }
          }
        },
        "arguments": [
          {
            "type": "MemberExpression",
            "object": {
              "type": "Identifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 7
                },
                "end": {
                  "line": 34,
                  "column": 8
                }
              }
            },
            "property": {
              "type": "Identifier",
              "name": "u",
              "loc": {
                "start": {
                  "line": 34,
                  "column": 9
                },
                "end": {
                  "line": 34,
                  "column": 10
                }
              }
            },
            "computed": false,
            "optional": false,
            "loc": {
              "start": {
                "line": 34,
                "column": 7
              },
              "end": {
                "line": 34,
                "column": 10
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 34,
            "column": 1
          },
          "end": {
            "line": 34,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 12
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 35,
      "column": 1
    }
  }
}
