Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts254 x233: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1686 let x233: { [n: number]: Base; }; x233 = [d1, d2]; variable
1687 AssertType(x233, "{ [number]: Base; }");
1689 AssertType(x233 = [d1, d2], "(union)[]");
1690 AssertType(x233, "{ [number]: Base; }");