We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5644b01 commit 97e964aCopy full SHA for 97e964a
1 file changed
tests/cases/fourslash/findAllRefsForMappedType.ts
@@ -1,7 +1,7 @@
1
/// <reference path='fourslash.ts'/>
2
3
////interface T { [|a|]: number };
4
-////type U { [K in keyof T]: string };
+////type U = { [K in keyof T]: string };
5
////type V = { [K in keyof U]: boolean };
6
////const u: U = { [|a|]: "" }
7
////const v: V = { [|a|]: true }
0 commit comments