TypeScript/tests/cases/fourslash/quickInfoOnProtectedConstructorCall.ts

9 lines
156 B
TypeScript

/// <reference path='fourslash.ts' />
////class A {
//// protected constructor() {}
////}
////var x = new A(/*1*/
verify.noSignatureHelp("1");