Skip to content

Commit 97e964a

Browse files
author
Andy Hanson
committed
Fix typo
1 parent 5644b01 commit 97e964a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/findAllRefsForMappedType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference path='fourslash.ts'/>
22

33
////interface T { [|a|]: number };
4-
////type U { [K in keyof T]: string };
4+
////type U = { [K in keyof T]: string };
55
////type V = { [K in keyof U]: boolean };
66
////const u: U = { [|a|]: "" }
77
////const v: V = { [|a|]: true }

0 commit comments

Comments
 (0)