mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 10:58:20 -05:00
Fix fourslash test
This commit is contained in:
@@ -114,4 +114,4 @@ verifyTypeParameter("U", getFunctionDisplay("foo2", /*instance*/ undefined, stri
|
||||
verifyParameter("a", "U", stringTypeDisplay);
|
||||
|
||||
// Call
|
||||
verifyFunctionDisplay("foo2", stringTypeDisplay);
|
||||
verifyFunctionDisplay("foo2", [{ text: "\"hello\"", kind: "stringLiteral" }]);
|
||||
Reference in New Issue
Block a user