Skip to content

Commit 56e2735

Browse files
committed
Fix fourslash test
1 parent c2431ad commit 56e2735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/extendArrayInterfaceMember.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ verify.numberOfErrorsInCurrentFile(1);
1010
// - Supplied parameters do not match any signature of call target.
1111
// - Could not select overload for 'call' expression.
1212

13-
verify.quickInfoAt("y", "var y: any");
13+
verify.quickInfoAt("y", "var y: number");
1414

1515
goTo.eof();
1616
edit.insert("interface Array<T> { pop(def: T): T; }");

0 commit comments

Comments
 (0)