TypeScript/tests/cases/fourslash/goToDefinitionShorthandProperty02.ts

8 lines
120 B
TypeScript
Raw Normal View History

2015-03-18 22:21:17 +01:00
/// <reference path='fourslash.ts' />
////let x = {
2017-10-19 00:49:46 +02:00
//// [|f/*1*/oo|]
2015-03-18 22:21:17 +01:00
////}
2016-08-29 22:34:32 +02:00
verify.goToDefinition("1", []);