This commit is contained in:
Andy Hanson 2017-01-25 14:15:06 -08:00
parent 5644b013c9
commit 97e964a08f

View file

@ -1,7 +1,7 @@
/// <reference path='fourslash.ts'/>
////interface T { [|a|]: number };
////type U { [K in keyof T]: string };
////type U = { [K in keyof T]: string };
////type V = { [K in keyof U]: boolean };
////const u: U = { [|a|]: "" }
////const v: V = { [|a|]: true }