Skip to content

Commit d0a1ef6

Browse files
author
Kirill Nesmeyanov
committed
Add missing test json files
1 parent fc43997 commit d0a1ef6

File tree

3 files changed

+85
-0
lines changed

3 files changed

+85
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"kind": 1,
3+
"name": "int",
4+
"arguments": {
5+
"items": [
6+
{
7+
"value": {
8+
"kind": 1,
9+
"name": "int"
10+
}
11+
},
12+
{
13+
"hint": "covariant",
14+
"value": {
15+
"kind": 1,
16+
"name": "int"
17+
}
18+
}
19+
]
20+
},
21+
"fields": {
22+
"items": [
23+
{
24+
"kind": 4,
25+
"type": {
26+
"kind": 1,
27+
"name": "string"
28+
},
29+
"optional": true
30+
},
31+
{
32+
"kind": 1,
33+
"type": {
34+
"kind": 1,
35+
"name": "string"
36+
},
37+
"optional": true,
38+
"key": "string"
39+
},
40+
{
41+
"kind": 3,
42+
"type": {
43+
"kind": 1,
44+
"name": "string"
45+
},
46+
"optional": true,
47+
"key": 42
48+
},
49+
{
50+
"kind": 2,
51+
"type": {
52+
"kind": 1,
53+
"name": "string"
54+
},
55+
"optional": true,
56+
"key": "key"
57+
}
58+
],
59+
"sealed": false
60+
}
61+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"hint": "out",
3+
"value": {
4+
"kind": 1,
5+
"name": "Any\\Test"
6+
}
7+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"items": [
3+
{
4+
"value": {
5+
"kind": 1,
6+
"name": "Some\\Any"
7+
}
8+
},
9+
{
10+
"hint": "in",
11+
"value": {
12+
"kind": 1,
13+
"name": "Any\\Test"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)