Home
last modified time | relevance | path

Searched refs:BoxedValue (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DintersectionTypeNormalization.types98 type BoxedValue = { kind: 'int', num: number }
99 >BoxedValue : BoxedValue
107 type IntersectionFail = BoxedValue & ToString
DintersectionTypeNormalization.js48 type BoxedValue = { kind: 'int', num: number }
51 type IntersectionFail = BoxedValue & ToString
DintersectionTypeNormalization.symbols198 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/
DintersectionTypeNormalization.ts47 type BoxedValue = { kind: 'int', num: number } alias
50 type IntersectionFail = BoxedValue & ToString