{
    "range": [
        0,
        3
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 1,
            "column": 3
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                3
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 1,
                    "column": 3
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    3
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 1,
                        "column": 3
                    }
                },
                "type": "MemberExpression",
                "computed": false,
                "object": {
                    "range": [
                        0,
                        1
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 1
                        }
                    },
                    "type": "Identifier",
                    "name": "a"
                },
                "property": {
                    "range": [
                        2,
                        3
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 2
                        },
                        "end": {
                            "line": 1,
                            "column": 3
                        }
                    },
                    "type": "Identifier",
                    "name": "b"
                }
            }
        }
    ]
}