TypeScript/tests/cases/fourslash/goToDefinitionShorthandProperty02.ts
Daniel Rosenwasser 773530c699 Fixed test.
2015-03-18 14:43:07 -07:00

8 lines
No EOL
140 B
TypeScript

/// <reference path='fourslash.ts' />
////let x = {
//// f/*1*/oo
////}
goTo.marker("1");
verify.not.definitionLocationExists();