Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnoImplicitAnyDestructuringVarDeclaration2.ts127 let {x3 = <any>undefined, y3 = <any>null, z3 = <any>undefined} = { x3: 1, y3: 2, z3: 3 }; // no err… variable
Dm7Bugs.ts60 let y3: C1 = <C1> {}; variable
DintersectionOfUnionOfUnitTypes.ts52 let y3: (0 | 1 | 2) & (3 | 4 | 5); // never variable