TypeScript/tests/baselines/reference/JSDocParsing/TypeExpressions.parsesCorrectly.typeReference1.json
2016-03-18 13:04:56 -07:00

21 lines
No EOL
366 B
JSON

{
"kind": "JSDocTypeReference",
"pos": 1,
"end": 11,
"name": {
"kind": "Identifier",
"pos": 1,
"end": 2,
"text": "a"
},
"typeArguments": {
"0": {
"kind": "NumberKeyword",
"pos": 4,
"end": 10
},
"length": 1,
"pos": 4,
"end": 10
}
}