TypeScript/tests/baselines/reference/JSDocParsing/TypeExpressions.parsesCorrectly.variadicType.json
Nathan Shively-Sanders 48d9012989 Update baselines
2017-07-13 11:34:56 -07:00

12 lines
No EOL
202 B
JSON

{
"kind": "JSDocVariadicType",
"pos": 1,
"end": 10,
"flags": "JSDoc",
"type": {
"kind": "NumberKeyword",
"pos": 4,
"end": 10,
"flags": "JSDoc"
}
}