DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.2.2-1 / tests / baselines / reference / anyMappedTypesError.types
123456
//// [tests/cases/compiler/anyMappedTypesError.ts] //// === anyMappedTypesError.ts === type Foo = {[P in "bar"]}; >Foo : { bar: any; }