TypeScript/tests/cases/fourslash/definition.ts

11 lines
216 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
2015-02-13 01:31:08 +01:00
// @Filename: b.ts
2017-10-19 00:49:46 +02:00
////import n = require([|'./a/*1*/'|]);
2015-02-13 01:31:08 +01:00
////var x = new n.Foo();
// @Filename: a.ts
//// /*2*/export class Foo {}
2016-08-29 22:34:32 +02:00
verify.goToDefinition("1", "2");