TypeScript/tests/cases/fourslash/quickInfoOnUnResolvedBaseConstructorSignature.ts
Cyrus Najmabadi 0e01e48d0e Always run all fourslash tests in high fidelity typing mode.
We want to verify after every edit that our incremental data is correct.
2014-12-14 11:34:15 -08:00

14 lines
500 B
TypeScript

/// <reference path='fourslash.ts'/>
////class baseClassWithConstructorParameterSpecifyingType {
//// constructor(loading?: boolean) {
//// }
////}
////class genericBaseClassInheritingConstructorFromBase<TValue> extends baseClassWithConstructorParameterSpecifyingType {
////}
////class classInheritingSpecializedClass extends genericBaseClassInheritingConstructorFromBase<string> {
////}
////new class/*1*/InheritingSpecializedClass();
goTo.marker('1');
verify.quickInfoExists();