Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts360 x339: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2809 let x339 = (n: Base[]) => n; x339([d1, d2]); variable
2810 AssertType(x339, "(Base[]) => Base[]");
2814 AssertType(x339([d1, d2]), "Base[]");
2815 AssertType(x339, "(Base[]) => Base[]");