Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts361 x340: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2820 let x340 = (n: Array<Base>) => n; x340([d1, d2]); variable
2821 AssertType(x340, "(Array<Base>) => Base[]");
2825 AssertType(x340([d1, d2]), "Base[]");
2826 AssertType(x340, "(Base[]) => Base[]");