TypeScript/tests/cases/fourslash/quickInfoForDestructuringShorthandInitializer.ts

8 lines
153 B
TypeScript
Raw Normal View History

2018-07-26 18:09:51 +02:00
/// <reference path='fourslash.ts' />
////let a = '';
////let b: string;
////({b = /**/a} = {b: 'b'});
verify.quickInfoAt("", "let a: string");