TypeScript/tests/cases/fourslash/navbar_const.ts

17 lines
290 B
TypeScript

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