TypeScript/tests/cases/fourslash/codeFixClassImplementInterfacePropertyFromParentConstructorFunction.ts
2017-03-12 17:14:20 -07:00

17 lines
283 B
TypeScript

/// <reference path='fourslash.ts' />
//// class A {
//// constructor(public x: number) { }
//// }
////
//// class B implements A {[| |]}
verify.not.codeFixAvailable();
// TODO: (arozga) Get this working.
/*
verify.rangeAfterCodeFix(`
public x: number;
`);
*/