{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "ClassDeclaration",
        "id": {
          "type": "Identifier",
          "name": "Banana"
        },
        "body": {
          "type": "ClassBody",
          "body": [
            {
              "type": "MethodDefinition",
              "key": {
                "type": "Identifier",
                "name": "constructor"
              },
              "computed": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "MemberExpression",
                      "object": {
                        "type": "ThisExpression"
                      },
                      "property": {
                        "type": "Identifier",
                        "name": "banana"
                      }
                    }
                  }
                ]
              },
              "async": false,
              "generator": false,
              "static": false
            }
          ]
        },
        "superClass": null
      },
      "specifiers": [],
      "source": null
    }
  ]
}
