Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts257 x236: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1717 let x236: Genric<Base>; x236 = { func: n => { variable
1718 AssertType(x236, "Genric<Base>");
1719 AssertType(x236 = { func: n => { return [d1, d2]; } }, "{ func: (Base[]) => (union)[]; }");
1720 AssertType(x236, "Genric<Base>");