TypeScript/tests/cases/fourslash/navigationBarItemsSymbols3.ts
2015-06-25 12:14:59 -04:00

13 lines
No EOL
433 B
TypeScript

/// <reference path="fourslash.ts"/>
////{| "itemName": "E", "kind": "enum", "parentName": "" |}
////enum E {
//// // No nav bar entry for this
//// [Symbol.isRegExp] = 0
////}
test.markers().forEach(marker => {
verify.getScriptLexicalStructureListContains(marker.data.itemName, marker.data.kind, marker.fileName, marker.data.parentName);
});
verify.getScriptLexicalStructureListCount(test.markers().length);