DEBSOURCES
Skip Quicknav
sources / node-typescript / 5.0.4%2Bds1-2 / tests / cases / compiler / substitutionTypeForNonGenericIndexedAccessType.ts
123456
// @strict: true // @noEmit: true interface A {} type B = A extends Record<'foo', string> ? A['foo'] : string; // no error