Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DintersectionTypeNormalization.types107 type IntersectionFail = BoxedValue & ToString
108 >IntersectionFail : IntersectionFail
119 function getValueAsString(value: IntersectionFail): string {
120 >getValueAsString : (value: IntersectionFail) => string
121 >value : IntersectionFail
126 >value : IntersectionFail
DintersectionTypeNormalization.js51 type IntersectionFail = BoxedValue & ToString
56 function getValueAsString(value: IntersectionFail): string {
DintersectionTypeNormalization.symbols207 type IntersectionFail = BoxedValue & ToString
208 >IntersectionFail : Symbol(IntersectionFail, Decl(intersectionTypeNormalization.ts, 47, 49))
223 function getValueAsString(value: IntersectionFail): string {
226 >IntersectionFail : Symbol(IntersectionFail, Decl(intersectionTypeNormalization.ts, 47, 49))
/third_party/typescript/tests/cases/compiler/
DintersectionTypeNormalization.ts50 type IntersectionFail = BoxedValue & ToString alias
55 function getValueAsString(value: IntersectionFail): string {