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 c2431ad commit 56e2735Copy full SHA for 56e2735
tests/cases/fourslash/extendArrayInterfaceMember.ts
@@ -10,7 +10,7 @@ verify.numberOfErrorsInCurrentFile(1);
10
// - Supplied parameters do not match any signature of call target.
11
// - Could not select overload for 'call' expression.
12
13
-verify.quickInfoAt("y", "var y: any");
+verify.quickInfoAt("y", "var y: number");
14
15
goTo.eof();
16
edit.insert("interface Array<T> { pop(def: T): T; }");
0 commit comments