Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts354 x333: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2731 let x333 = (n: () => Base[]) => n; x333(() => [d1, d2]); variable
2732 AssertType(x333, "(() => Base[]) => () => Base[]");
2736 AssertType(x333(() => [d1, d2]), "() => Base[]");
2737 AssertType(x333, "(() => Base[]) => () => Base[]");