TypeScript/tests/cases/fourslash/referencesForNoContext.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

25 lines
443 B
TypeScript

/// <reference path='fourslash.ts'/>
////module modTest {
//// //Declare
//// export var modVar:number;
//// /*1*/
////
//// //Increments
//// modVar++;
////
//// class testCls{
//// /*2*/
//// }
////
//// function testFn(){
//// //Increments
//// modVar++;
//// } /*3*/
/////*4*/
//// module testMod {
//// }
////}
goTo.eachMarker(() => verify.noReferences());