Home
last modified time | relevance | path

Searched defs:BP (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypeModifiers.ts113 type BP = { a?: { x: number }, b?: { x: string } }; alias
123 let b00: keyof BP; variable
153 let b02: { [P in keyof BP]: BP[P] variable