{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "ClassDeclaration",
      "id": {
        "type": "Identifier",
        "name": "Banana"
      },
      "body": {
        "type": "ClassBody",
        "body": [
          {
            "type": "MethodDefinition",
            "key": {
              "type": "Identifier",
              "name": "countBananas"
            },
            "computed": false,
            "value": {
              "type": "FunctionExpression",
              "id": null,
              "params": [],
              "fsParamTypings": [],
              "body": {
                "type": "BlockStatement",
                "body": [
                  {
                    "type": "ReturnStatement",
                    "argument": {
                      "type": "Literal",
                      "raw": "3",
                      "value": 3
                    }
                  }
                ]
              },
              "async": false,
              "expression": false,
              "generator": false
            },
            "kind": "method",
            "static": true
          }
        ]
      },
      "superClass": null
    }
  ]
}