TypeScript/tests/cases/fourslash/goToDefinitionRest.ts

13 lines
244 B
TypeScript
Raw Normal View History

2016-11-02 22:56:58 +01:00
/// <reference path='fourslash.ts'/>
////interface Gen {
//// x: number;
//// /*1*/parent: Gen;
//// millenial: string;
////}
////let t: Gen;
////var { x, ...rest } = t;
2017-10-19 00:49:46 +02:00
////rest.[|/*2*/parent|];
2016-11-02 22:56:58 +01:00
verify.goToDefinition('2', [ '1' ]);