Skip to content

Commit 25014ed

Browse files
committed
Switch to manual pick (?)
1 parent 3e160e1 commit 25014ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionListInheritedClassMembers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
////}
1919
////export class A2 {}
2020
////
21-
////type T3 = Pick<I, "m3">
21+
////type T3 = { "m3": I["m3"] };
2222
////export interface A3 extends T3 {
2323
//// m1(): void;
2424
////}

0 commit comments

Comments
 (0)