Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts251 x230: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1659 let x230: { (): Base[]; }; x230 = function named() { variable
1660 AssertType(x230, "() => Base[]");
1661 AssertType(x230 = function named() { return [d1, d2] }, "() => (union)[]");
1662 AssertType(x230, "() => Base[]");