Merge pull request #13691 from Microsoft/typo

Fix typo
This commit is contained in:
Nathan Shively-Sanders 2017-01-26 09:11:39 -08:00 committed by GitHub
commit 57400fd2f4

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 }