Searched refs:BoxedValue (Results 1 – 4 of 4) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | intersectionTypeNormalization.types | 98 type BoxedValue = { kind: 'int', num: number } 99 >BoxedValue : BoxedValue 107 type IntersectionFail = BoxedValue & ToString
|
D | intersectionTypeNormalization.js | 48 type BoxedValue = { kind: 'int', num: number } 51 type IntersectionFail = BoxedValue & ToString
|
D | intersectionTypeNormalization.symbols | 198 type BoxedValue = { kind: 'int', num: number } 199 >BoxedValue : Symbol(BoxedValue, Decl(intersectionTypeNormalization.ts, 44, 1)) 207 type IntersectionFail = BoxedValue & ToString 209 >BoxedValue : Symbol(BoxedValue, Decl(intersectionTypeNormalization.ts, 44, 1))
|
/third_party/typescript/tests/cases/compiler/ |
D | intersectionTypeNormalization.ts | 47 type BoxedValue = { kind: 'int', num: number } alias 50 type IntersectionFail = BoxedValue & ToString
|