Skip to content

Commit 4b02099

Browse files
author
Arthur Ozga
committed
add tests
1 parent 4673812 commit 4b02099

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
//// class A {
4+
//// f() {}
5+
//// }
6+
////
7+
//// let B = class implements A {[| |]}
8+
9+
verify.rangeAfterCodeFix(`
10+
f(): void{
11+
throw new Error('Method not implemented.');
12+
}
13+
`);

tests/cases/fourslash/codeFixClassExtendsAbstractExpressionWithTypeArgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
verify.rangeAfterCodeFix(`
1313
a: string | number;
14-
`);
14+
`);

0 commit comments

Comments
 (0)