Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts355 x334: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2743 let x334 = (n: () => Base[]) => n; x334(function() { variable
2744 AssertType(x334, "(() => Base[]) => () => Base[]");
2748 AssertType(x334(function() { return [d1, d2] }), "() => Base[]");
2749 AssertType(x334, "(() => Base[]) => () => Base[]");