We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259e62d commit 0319f0fCopy full SHA for 0319f0f
tests/cases/fourslash/completionEntryForConst.ts
@@ -4,4 +4,4 @@
4
/////**/
5
6
goTo.marker();
7
-verify.completionListContains("c", "const c: string", /*documentation*/ undefined, "const");
+verify.completionListContains("c", 'const c: "s"', /*documentation*/ undefined, "const");
0 commit comments