TypeScript/tests/cases/fourslash/quickInfoForDestructuringShorthandInitializer.ts
2018-07-26 18:09:51 +02:00

8 lines
153 B
TypeScript

/// <reference path='fourslash.ts' />
////let a = '';
////let b: string;
////({b = /**/a} = {b: 'b'});
verify.quickInfoAt("", "let a: string");