TypeScript/tests/cases/fourslash/navigationBarItemsTypeAlias.ts

33 lines
567 B
TypeScript
Raw Normal View History

2016-05-17 16:55:25 +02:00
/// <reference path="fourslash.ts"/>
////type T = number | string;
verify.navigationTree({
"text": "<global>",
"kind": "script",
"childItems": [
{
"text": "T",
"kind": "type"
}
]
});
verify.navigationBar([
{
"text": "<global>",
"kind": "script",
2016-05-26 22:29:33 +02:00
"childItems": [
{
"text": "T",
"kind": "type"
}
]
},
{
"text": "T",
"kind": "type",
"indent": 1
}
]);