Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts366 x345: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2887 let x345 = function(n: () => Base[]) { }; x345(() => [d1, d2]); variable
2888 AssertType(x345, "(() => Base[]) => void");
2891 AssertType(x345(() => [d1, d2]), "void");
2892 AssertType(x345, "(() => Base[]) => void");