This commit is contained in:
Andy Hanson 2018-02-08 15:28:58 -08:00
parent e2178ecfab
commit 2ee56bda80

View file

@ -0,0 +1,13 @@
/// <reference path='fourslash.ts' />
////abstract class A {
//// abstract m(): void;
//// abstract n(): void;
////}
////class B extends A {}
verify.codeFixAll({
fixId: "fixClassDoesntImplementInheritedAbstractMember",
newFileContent:
``,
});