TypeScript/tests/cases/fourslash_old/getTypeOfUnresolvedGenericExtension.ts
2014-07-12 17:30:19 -07:00

10 lines
197 B
TypeScript

/// <reference path="fourslash.ts" />
//// class S18<A, B> extends S18< A[], { }[] >
//// {
//// }
//// (new S18(123))./**/S18 ;
////
goTo.marker();
diagnostics.validateTypeAtCurrentPosition();