Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts359 x338: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2795 let x338 = (n: { (): Base[]; }) => n; x338(function named() { variable
2796 AssertType(x338, "({ (): Base[];}) => () => Base[]");
2800 AssertType(x338(function named() { return [d1, d2] }), "() => Base[]");
2801 AssertType(x338, "(() => Base[]) => () => Base[]");