{
    "range": [
        0,
        27
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 1
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                27
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 1
                }
            },
            "type": "ClassDeclaration",
            "id": {
                "range": [
                    6,
                    7
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 6
                    },
                    "end": {
                        "line": 1,
                        "column": 7
                    }
                },
                "type": "Identifier",
                "name": "A"
            },
            "superClass": null,
            "body": {
                "range": [
                    8,
                    27
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 8
                    },
                    "end": {
                        "line": 3,
                        "column": 1
                    }
                },
                "type": "ClassBody",
                "body": [
                    {
                        "range": [
                            12,
                            25
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 2
                            },
                            "end": {
                                "line": 2,
                                "column": 15
                            }
                        },
                        "type": "MethodDefinition",
                        "key": {
                            "range": [
                                19,
                                20
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 9
                                },
                                "end": {
                                    "line": 2,
                                    "column": 10
                                }
                            },
                            "type": "Identifier",
                            "name": "b"
                        },
                        "computed": false,
                        "value": {
                            "range": [
                                20,
                                25
                            ],
                            "loc": {
                                "start": {
                                    "line": 2,
                                    "column": 10
                                },
                                "end": {
                                    "line": 2,
                                    "column": 15
                                }
                            },
                            "type": "FunctionExpression",
                            "id": null,
                            "params": [],
                            "defaults": [],
                            "body": {
                                "range": [
                                    23,
                                    25
                                ],
                                "loc": {
                                    "start": {
                                        "line": 2,
                                        "column": 13
                                    },
                                    "end": {
                                        "line": 2,
                                        "column": 15
                                    }
                                },
                                "type": "BlockStatement",
                                "body": []
                            },
                            "generator": false,
                            "expression": false
                        },
                        "kind": "method",
                        "static": true
                    }
                ]
            }
        }
    ]
}