Home
last modified time | relevance | path

Searched refs:x234 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts255 x234: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1695 let x234: {n: Base[]; } ; x234 = { n: [d1, d2] }; variable
1696 AssertType(x234, "{ n: Base[]; }");
1698 AssertType(x234 = { n: [d1, d2] }, "{ n: (union)[]; }");
1699 AssertType(x234, "{ n: Base[]; }");