diff --git a/tests/cases/fourslash/quickInfoForDestructuringShorthandInitializer.ts b/tests/cases/fourslash/quickInfoForDestructuringShorthandInitializer.ts new file mode 100644 index 00000000000..878c81be37f --- /dev/null +++ b/tests/cases/fourslash/quickInfoForDestructuringShorthandInitializer.ts @@ -0,0 +1,7 @@ +/// + +////let a = ''; +////let b: string; +////({b = /**/a} = {b: 'b'}); + +verify.quickInfoAt("", "let a: string");