Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts356 x335: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2756 let x335 = (n: () => Base[]) => n; x335(function named() { variable
2757 AssertType(x335, "(() => Base[]) => () => Base[]");
2761 AssertType(x335(function named() { return [d1, d2] }), "() => Base[]");
2762 AssertType(x335, "(() => Base[]) => () => Base[]");