TypeScript/tests/cases/fourslash/goToDefinitionExternalModuleName2.ts
2015-06-25 12:06:13 -04:00

13 lines
No EOL
256 B
TypeScript

/// <reference path='fourslash.ts'/>
// @Filename: b.ts
////import n = require('a/*1*/');
////var x = new n.Foo();
// @Filename: a.ts
/////*2*/class Foo {}
////export var x = 0;
goTo.marker('1');
goTo.definition();
verify.caretAtMarker('2');