We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6418c2f commit 60476ceCopy full SHA for 60476ce
tests/cases/fourslash/completionForStringLiteral5.ts
@@ -11,5 +11,5 @@
11
goTo.marker('1');
12
verify.completionListContains("foo");
13
verify.completionListContains("bar");
14
-verify.memberListCount(2);
+verify.completionListCount(2);
15
0 commit comments