mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update fourslash test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
|
||||
//// function conversionTest(groupName: | "downcast" | "dataDowncast" | "editingDowncast" | `${string & {}}Downcast`) {}
|
||||
//// function conversionTest(groupName: | "downcast" | "dataDowncast" | "editingDowncast" | `${string}Downcast` & {}) {}
|
||||
//// conversionTest("/**/");
|
||||
|
||||
verify.completions({ marker: "", exact: ["downcast", "dataDowncast", "editingDowncast"] });
|
||||
|
||||
Reference in New Issue
Block a user