TypeScript/tests/cases/fourslash/navigationBarItemsTypeAlias.ts
2016-10-11 08:32:37 -07:00

33 lines
567 B
TypeScript

/// <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",
"childItems": [
{
"text": "T",
"kind": "type"
}
]
},
{
"text": "T",
"kind": "type",
"indent": 1
}
]);