{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "foo",
          "loc": {
            "start": {
              "line": 16,
              "column": 10
            },
            "end": {
              "line": 16,
              "column": 13
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [
          {
            "type": "Identifier",
            "name": "s",
            "loc": {
              "start": {
                "line": 16,
                "column": 14
              },
              "end": {
                "line": 16,
                "column": 15
              }
            }
          }
        ],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "StringLiteral",
                "value": "use sendable",
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 5
                  },
                  "end": {
                    "line": 17,
                    "column": 19
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 5
                },
                "end": {
                  "line": 17,
                  "column": 19
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "Identifier",
                  "name": "print",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 5
                    },
                    "end": {
                      "line": 18,
                      "column": 10
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "Identifier",
                    "name": "s",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 11
                      },
                      "end": {
                        "line": 18,
                        "column": 12
                      }
                    }
                  }
                ],
                "optional": false,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 5
                  },
                  "end": {
                    "line": 18,
                    "column": 13
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 18,
                  "column": 5
                },
                "end": {
                  "line": 18,
                  "column": 14
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 17
            },
            "end": {
              "line": 19,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 1
          },
          "end": {
            "line": 19,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 2
        }
      }
    },
    {
      "type": "ClassDeclaration",
      "definition": {
        "id": {
          "type": "Identifier",
          "name": "A",
          "loc": {
            "start": {
              "line": 21,
              "column": 7
            },
            "end": {
              "line": 21,
              "column": 8
            }
          }
        },
        "superClass": null,
        "implements": [],
        "constructor": {
          "type": "MethodDefinition",
          "key": {
            "type": "Identifier",
            "name": "constructor",
            "loc": {
              "start": {
                "line": 22,
                "column": 5
              },
              "end": {
                "line": 22,
                "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": 23,
                          "column": 9
                        },
                        "end": {
                          "line": 23,
                          "column": 23
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 9
                      },
                      "end": {
                        "line": 23,
                        "column": 24
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 19
                  },
                  "end": {
                    "line": 24,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 22,
                  "column": 16
                },
                "end": {
                  "line": 24,
                  "column": 6
                }
              }
            },
            "loc": {
              "start": {
                "line": 22,
                "column": 16
              },
              "end": {
                "line": 24,
                "column": 6
              }
            }
          },
          "overloads": [],
          "decorators": [],
          "annotations": [],
          "loc": {
            "start": {
              "line": 22,
              "column": 5
            },
            "end": {
              "line": 24,
              "column": 6
            }
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "fooA",
              "loc": {
                "start": {
                  "line": 25,
                  "column": 5
                },
                "end": {
                  "line": 25,
                  "column": 9
                }
              }
            },
            "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": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "foo",
                        "loc": {
                          "start": {
                            "line": 26,
                            "column": 16
                          },
                          "end": {
                            "line": 26,
                            "column": 19
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 26,
                          "column": 9
                        },
                        "end": {
                          "line": 26,
                          "column": 20
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 12
                    },
                    "end": {
                      "line": 27,
                      "column": 6
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 9
                  },
                  "end": {
                    "line": 27,
                    "column": 6
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 9
                },
                "end": {
                  "line": 27,
                  "column": 6
                }
              }
            },
            "overloads": [],
            "decorators": [],
            "annotations": [],
            "loc": {
              "start": {
                "line": 25,
                "column": 5
              },
              "end": {
                "line": 27,
                "column": 6
              }
            }
          }
        ],
        "indexSignatures": [],
        "loc": {
          "start": {
            "line": 21,
            "column": 9
          },
          "end": {
            "line": 28,
            "column": 2
          }
        }
      },
      "decorators": [],
      "isAnnotationDeclaration": false,
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NewExpression",
            "callee": {
              "type": "Identifier",
              "name": "A",
              "loc": {
                "start": {
                  "line": 30,
                  "column": 13
                },
                "end": {
                  "line": 30,
                  "column": 14
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 30,
                "column": 9
              },
              "end": {
                "line": 30,
                "column": 16
              }
            }
          },
          "loc": {
            "start": {
              "line": 30,
              "column": 5
            },
            "end": {
              "line": 30,
              "column": 16
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 17
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "f",
            "loc": {
              "start": {
                "line": 31,
                "column": 5
              },
              "end": {
                "line": 31,
                "column": 6
              }
            }
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "object": {
                "type": "Identifier",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 9
                  },
                  "end": {
                    "line": 31,
                    "column": 10
                  }
                }
              },
              "property": {
                "type": "Identifier",
                "name": "fooA",
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 11
                  },
                  "end": {
                    "line": 31,
                    "column": 15
                  }
                }
              },
              "computed": false,
              "optional": false,
              "loc": {
                "start": {
                  "line": 31,
                  "column": 9
                },
                "end": {
                  "line": 31,
                  "column": 15
                }
              }
            },
            "arguments": [],
            "optional": false,
            "loc": {
              "start": {
                "line": 31,
                "column": 9
              },
              "end": {
                "line": 31,
                "column": 17
              }
            }
          },
          "loc": {
            "start": {
              "line": 31,
              "column": 5
            },
            "end": {
              "line": 31,
              "column": 17
            }
          }
        }
      ],
      "kind": "let",
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 31,
          "column": 18
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "f",
          "loc": {
            "start": {
              "line": 32,
              "column": 1
            },
            "end": {
              "line": 32,
              "column": 2
            }
          }
        },
        "arguments": [
          {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 32,
                "column": 3
              },
              "end": {
                "line": 32,
                "column": 4
              }
            }
          }
        ],
        "optional": false,
        "loc": {
          "start": {
            "line": 32,
            "column": 1
          },
          "end": {
            "line": 32,
            "column": 5
          }
        }
      },
      "loc": {
        "start": {
          "line": 32,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 6
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 32,
      "column": 6
    }
  }
}
