DEBSOURCES
Skip Quicknav
sources / node-typescript / 4.9.5%2Bds1-2 / tests / cases / compiler / noImplicitAnyReferencingDeclaredInterface.ts
12345678
//@noImplicitAny: true interface Entry { // Should return error for implicit any. new (); } declare var x: Entry;