Skip to content

Commit

Permalink
Update fourslash test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahejlsberg committed Nov 16, 2023
1 parent ca7e9c4 commit 8ab01eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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"] });

0 comments on commit 8ab01eb

Please sign in to comment.