Skip to content

Commit c6feaa0

Browse files
committed
Remove unnecessary I2 from test case
1 parent ff4147a commit c6feaa0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/cases/fourslash/completionListImplementingInterfaceFunctions.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
//// /*0*/
1111
////}
1212
////
13-
////interface I2 {
14-
//// a(): void;
15-
//// b(): void;
16-
////}
17-
////
18-
////var imp2: I2 {
13+
////var imp2: I1 {
1914
//// a: () => {},
2015
//// /*1*/
2116
////}

0 commit comments

Comments
 (0)