summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.SkippedStructure.json
blob: 65eae577130dcc0fb6aa2400f999dc5b8794b244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "constructors": [],
    "doc": "  <p>This should be skipped, and moreover, all function which\nuse it should be.</p>",
    "fields": [
        {
            "doc": "",
            "kind": "field",
            "name": "x"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "v"
        }
    ],
    "kind": "class",
    "methods": [],
    "name": "SkippedStructure"
}