TypeScript/tests/cases/fourslash/codeFixClassImplementInterfaceEmptyTypeLiteral.ts
Arthur Ozga 0a2d7a7f94 temp
* added signature factory/visitor entry
2017-03-15 18:09:55 -07:00

14 lines
190 B
TypeScript

/// <reference path='fourslash.ts' />
//// interface I {
//// x: {};
//// }
////
//// class C implements I {[|
//// |]constructor() { }
//// }
verify.rangeAfterCodeFix(`
x: {};
`);