Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnoImplicitAnyDestructuringVarDeclaration2.ts145 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error variable
DintersectionOfUnionOfUnitTypes.ts55 let y4: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4); // 2 variable