TypeScript/tests/cases/fourslash/referencesInComment.ts
Andy Hanson 8515f7e2b5 Change find-all-references tests to test for groups
* Also always test for isWriteAccess and isDefinition
2017-01-31 06:59:16 -08:00

9 lines
229 B
TypeScript

/// <reference path='fourslash.ts'/>
////// References to /*1*/foo or b/*2*/ar
/////* in comments should not find fo/*3*/o or bar/*4*/ */
////class foo { }
////var bar = 0;
goTo.eachMarker(() => verify.noReferences());