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

28 lines
468 B
TypeScript

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