TypeScript/tests/cases/fourslash/goToDefinitionRest.ts
Nathan Shively-Sanders ac20b46f4f Add rest tests
2016-11-02 14:56:58 -07:00

13 lines
269 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Gen {
//// x: number;
//// /*1*/parent: Gen;
//// millenial: string;
////}
////let t: Gen;
////var { x, ...rest } = t;
////rest./*2*/parent;
const ranges = test.ranges();
verify.goToDefinition('2', [ '1' ]);