TypeScript/tests/cases/fourslash/goToDefinitionShorthandProperty02.ts
2017-10-18 15:49:46 -07:00

8 lines
120 B
TypeScript

/// <reference path='fourslash.ts' />
////let x = {
//// [|f/*1*/oo|]
////}
verify.goToDefinition("1", []);