TypeScript/tests/cases/fourslash/goToDefinitionShorthandProperty02.ts
2016-09-02 10:12:40 -07:00

8 lines
116 B
TypeScript

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