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

28 lines
530 B
TypeScript

/// <reference path="fourslash.ts" />
//// {| "itemName": "c", "kind": "const", "parentName": "" |}const c = 0;
verify.navigationTree({
"text": "<global>",
"kind": "script",
"childItems": [
{
"text": "c",
"kind": "const"
}
]
})
verify.navigationBar([
{
"text": "<global>",
"kind": "script",
"childItems": [
{
"text": "c",
"kind": "const"
}
]
}
]);