• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/// <reference path='fourslash.ts'/>
2
3// @Filename: b.ts
4////import n = require([|'./a/*1*/'|]);
5////var x = new n.Foo();
6
7// @Filename: a.ts
8//// /*2*/export class Foo {}
9
10verify.goToDefinition("1", "2");
11