TypeScript/tests/cases/fourslash/codeFixSuperCall.ts
Vladimir Matveev 2b10611fbf initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer (#14441)
initial revision of infrastructure to produce text changes that uses existing node factory, formatter and printer
2017-03-15 11:44:36 -07:00

12 lines
222 B
TypeScript

/// <reference path='fourslash.ts' />
////class Base{
////}
////class C extends Base{
//// constructor() {[|
//// |]}
////}
verify.rangeAfterCodeFix(`
super();
`, /*includeWhitespace*/ true);