mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 20:25:23 -06:00
Rename and Add a Test
This commit is contained in:
parent
7758e6dc9d
commit
72728337e0
11
tests/cases/fourslash/codeFixClassExtendsAbstractNumber.ts
Normal file
11
tests/cases/fourslash/codeFixClassExtendsAbstractNumber.ts
Normal file
@ -0,0 +1,11 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
//// abstract class A {
|
||||
//// abstract x: number;
|
||||
//// }
|
||||
////
|
||||
//// class C extends A {[|
|
||||
//// |]}
|
||||
|
||||
verify.codeFixAtPosition(`x: number;
|
||||
`);
|
||||
Loading…
x
Reference in New Issue
Block a user