007 parser dump ast

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

{
    "module_annotations": [

    ],
    "items": [
        {
            "type": "event_decl",
            "name": "hello",
            "path": ["hello"],
            "module": "test",
            "input": {
                "fields": [

                ]
            },
            "branches": [

            ],
            "location": {
                "file": "test.kz",
                "line": 1,
                "col": 0
            }
        }
    ]
}

Expected output

{
    "module_annotations": [

    ],
    "items": [
        {
            "type": "event_decl",
            "name": "hello",
            "path": ["hello"],
            "module": "test",
            "input": {
                "fields": [

                ]
            },
            "branches": [

            ],
            "location": {
                "file": "test.kz",
                "line": 1,
                "col": 0
            }
        }
    ]
}

Test Configuration

MUST_RUN