summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.TestPrivateStruct.json
blob: cffc27389447722bcae3f68fca22620474a12b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "constructors": [],
    "doc": "",
    "fields": [
        {
            "doc": "",
            "kind": "field",
            "name": "this_is_public_before"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "this_is_private"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "this_is_public_after"
        }
    ],
    "kind": "class",
    "methods": [],
    "name": "TestPrivateStruct"
}