Fix fourslash test

This commit is contained in:
Anders Hejlsberg 2017-03-03 14:57:14 -08:00
parent c2431ade0c
commit 56e2735f56

View file

@ -10,7 +10,7 @@ verify.numberOfErrorsInCurrentFile(1);
// - Supplied parameters do not match any signature of call target.
// - Could not select overload for 'call' expression.
verify.quickInfoAt("y", "var y: any");
verify.quickInfoAt("y", "var y: number");
goTo.eof();
edit.insert("interface Array<T> { pop(def: T): T; }");