TypeScript/tests/cases/fourslash/codeFixInferFromUsageMember3.ts

10 lines
199 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @noImplicitAny: true
////class C {
//// constructor([|public p)|] { }
////}
////new C("string");
verify.rangeAfterCodeFix("public p: string)");