{
    "type": "Program",
    "body": [
        {
            "type": "ClassDeclaration",
            "id": {
                "type": "Identifier",
                "name": "Fruit",
                "index": 6,
                "length": 10,
                "line": 1,
                "lineEnd": 1,
                "columnEnd": 16,
                "column": 7,
                "indention": 0
            },
            "body": {
                "type": "ClassBody",
                "body": [
                    {
                        "type": "MethodDefinition",
                        "key": {
                            "type": "Identifier",
                            "name": "constructor",
                            "index": 16,
                            "length": 13,
                            "line": 2,
                            "lineEnd": 2,
                            "columnEnd": 17,
                            "column": 5,
                            "indention": 1
                        },
                        "params": [],
                        "body": {
                            "type": "BlockStatement",
                            "body": [
                                {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                        "type": "AssignmentExpression",
                                        "left": {
                                            "type": "MemberExpression",
                                            "object": {
                                                "type": "ThisExpression",
                                                "index": 39,
                                                "length": 5,
                                                "line": 3,
                                                "lineEnd": 3,
                                                "columnEnd": 13,
                                                "column": 9,
                                                "indention": 2
                                            },
                                            "property": {
                                                "type": "Identifier",
                                                "name": "name",
                                                "index": 44,
                                                "length": 6,
                                                "line": 3,
                                                "lineEnd": 3,
                                                "columnEnd": 19,
                                                "column": 14,
                                                "indention": 2
                                            },
                                            "computed": false,
                                            "index": 43,
                                            "length": 7,
                                            "line": 3,
                                            "lineEnd": 3,
                                            "columnEnd": 19,
                                            "column": 13,
                                            "indention": 2
                                        },
                                        "operator": "=",
                                        "right": {
                                            "type": "Literal",
                                            "raw": "'Banana'",
                                            "value": "Banana",
                                            "index": 51,
                                            "length": 14,
                                            "line": 3,
                                            "lineEnd": 3,
                                            "columnEnd": 34,
                                            "column": 21,
                                            "indention": 2
                                        },
                                        "index": 49,
                                        "length": 16,
                                        "line": 3,
                                        "lineEnd": 3,
                                        "columnEnd": 34,
                                        "column": 19,
                                        "indention": 2
                                    },
                                    "index": 61,
                                    "length": 4,
                                    "line": 5,
                                    "lineEnd": 3,
                                    "columnEnd": 34,
                                    "column": 1,
                                    "indention": 2
                                }
                            ],
                            "index": 31,
                            "length": 39,
                            "line": 3,
                            "lineEnd": 5,
                            "columnEnd": 9,
                            "column": 1,
                            "indention": 1
                        },
                        "async": false,
                        "computed": false,
                        "generator": false,
                        "static": false,
                        "index": 16,
                        "length": 54,
                        "line": 2,
                        "lineEnd": 5,
                        "columnEnd": 9,
                        "column": 5,
                        "indention": 1
                    },
                    {
                        "type": "MethodDefinition",
                        "key": {
                            "type": "Identifier",
                            "name": "getName",
                            "index": 71,
                            "length": 9,
                            "line": 5,
                            "lineEnd": 5,
                            "columnEnd": 19,
                            "column": 11,
                            "indention": 1
                        },
                        "params": [],
                        "body": {
                            "type": "BlockStatement",
                            "body": [
                                {
                                    "type": "ExpressionStatement",
                                    "expression": {
                                        "type": "AwaitExpression",
                                        "argument": {
                                            "type": "CallExpression",
                                            "callee": {
                                                "type": "MemberExpression",
                                                "object": {
                                                    "type": "ThisExpression",
                                                    "index": 96,
                                                    "length": 5,
                                                    "line": 6,
                                                    "lineEnd": 6,
                                                    "columnEnd": 19,
                                                    "column": 15,
                                                    "indention": 2
                                                },
                                                "property": {
                                                    "type": "Identifier",
                                                    "name": "fetchNames",
                                                    "index": 101,
                                                    "length": 11,
                                                    "line": 6,
                                                    "lineEnd": 6,
                                                    "columnEnd": 30,
                                                    "column": 20,
                                                    "indention": 2
                                                },
                                                "computed": false,
                                                "index": 100,
                                                "length": 12,
                                                "line": 6,
                                                "lineEnd": 6,
                                                "columnEnd": 30,
                                                "column": 19,
                                                "indention": 2
                                            },
                                            "arguments": [],
                                            "index": 111,
                                            "length": 11,
                                            "line": 6,
                                            "lineEnd": 6,
                                            "columnEnd": 40,
                                            "column": 30,
                                            "indention": 2
                                        },
                                        "index": 90,
                                        "length": 32,
                                        "line": 6,
                                        "lineEnd": 6,
                                        "columnEnd": 40,
                                        "column": 9,
                                        "indention": 2
                                    },
                                    "index": 114,
                                    "length": 8,
                                    "line": 7,
                                    "lineEnd": 6,
                                    "columnEnd": 40,
                                    "column": 1,
                                    "indention": 2
                                },
                                {
                                    "type": "ReturnStatement",
                                    "argument": {
                                        "type": "MemberExpression",
                                        "object": {
                                            "type": "ThisExpression",
                                            "index": 129,
                                            "length": 5,
                                            "line": 7,
                                            "lineEnd": 7,
                                            "columnEnd": 20,
                                            "column": 16,
                                            "indention": 2
                                        },
                                        "property": {
                                            "type": "Identifier",
                                            "name": "name",
                                            "index": 134,
                                            "length": 4,
                                            "line": 7,
                                            "lineEnd": 7,
                                            "columnEnd": 24,
                                            "column": 21,
                                            "indention": 2
                                        },
                                        "computed": false,
                                        "index": 133,
                                        "length": 5,
                                        "line": 7,
                                        "lineEnd": 7,
                                        "columnEnd": 24,
                                        "column": 20,
                                        "indention": 2
                                    },
                                    "index": 122,
                                    "length": 16,
                                    "line": 7,
                                    "lineEnd": 7,
                                    "columnEnd": 24,
                                    "column": 9,
                                    "indention": 2
                                }
                            ],
                            "index": 82,
                            "length": 56,
                            "line": 6,
                            "lineEnd": 7,
                            "columnEnd": 24,
                            "column": 1,
                            "indention": 1
                        },
                        "async": true,
                        "computed": false,
                        "generator": false,
                        "static": false,
                        "index": 65,
                        "length": 73,
                        "line": 5,
                        "lineEnd": 7,
                        "columnEnd": 24,
                        "column": 5,
                        "indention": 1
                    }
                ],
                "index": 12,
                "length": 126,
                "line": 2,
                "lineEnd": 7,
                "columnEnd": 24,
                "column": 1,
                "indention": 0
            },
            "superClass": null,
            "index": 0,
            "length": 138,
            "line": 1,
            "lineEnd": 7,
            "columnEnd": 24,
            "column": 1,
            "indention": 0
        }
    ],
    "sourceType": "module",
    "index": 0,
    "length": 138,
    "line": 1,
    "lineEnd": 7,
    "columnEnd": 24,
    "column": 1,
    "indention": 0
}