DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / parserTypeQuery2.types
1234567
//// [tests/cases/conformance/parser/ecmascript5/Types/parserTypeQuery2.ts] //// === parserTypeQuery2.ts === var v: typeof A; >v : any >A : any