TypeScript/tests/cases/fourslash/navigationBarJsDocCommentWithNoTags.ts

31 lines
652 B
TypeScript
Raw Normal View History

2016-09-19 20:33:05 +02:00
/// <reference path="fourslash.ts"/>
/////** Test */
////export const Test = {}
verify.navigationTree({
"text": "\"navigationBarJsDocCommentWithNoTags\"",
"kind": "module",
"childItems": [
{
"text": "Test",
"kind": "const",
"kindModifiers": "export"
}
]
});
2016-09-19 20:33:05 +02:00
verify.navigationBar([
{
"text": "\"navigationBarJsDocCommentWithNoTags\"",
"kind": "module",
"childItems": [
{
"text": "Test",
"kind": "const",
"kindModifiers": "export"
}
]
}
]);