Skip to content

Commit c28d98a

Browse files
author
Andy Hanson
committed
Fix test
1 parent 9221336 commit c28d98a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/cases/fourslash/codeFixClassImplementInterfaceComputedPropertyLiterals.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
//// class C implements I {[| |]}
1111

1212
verify.rangeAfterCodeFix(`
13-
[1](): string {
14-
throw new Error('Method not implemented.');
15-
}
16-
[2]: boolean;
1713
["foo"](o: any): boolean {
1814
throw new Error('Method not implemented.');
1915
}
2016
["x"]: boolean;
17+
[1](): string {
18+
throw new Error('Method not implemented.');
19+
}
20+
[2]: boolean;
2121
`);

0 commit comments

Comments
 (0)