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

28 lines
475 B
TypeScript

/// <reference path="fourslash.ts" />
//// 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"
}
]
}
]);