TypeScript/tests/cases/fourslash/goToDefinitionShadowVariableInsideModule.ts

9 lines
222 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
////module shdModule {
//// var /*shadowVariableDefinition*/shdVar;
//// /*shadowVariableReference*/shdVar = 1;
////}
2016-08-29 22:34:32 +02:00
verify.goToDefinitionForMarkers("shadowVariable");