We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65bbfd commit d282c75Copy full SHA for d282c75
1 file changed
tests/cases/fourslash/quickInfoForDestructuringShorthandInitializer.ts
@@ -0,0 +1,7 @@
1
+/// <reference path='fourslash.ts' />
2
+
3
+////let a = '';
4
+////let b: string;
5
+////({b = /**/a} = {b: 'b'});
6
7
+verify.quickInfoAt("", "let a: string");
0 commit comments