Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts367 x346: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts2898 let x346 = function(n: () => Base[]) { }; x346(function() { variable
2899 AssertType(x346, "(() => Base[]) => void");
2902 AssertType(x346(function() { return [d1, d2] }), "void");
2903 AssertType(x346, "(() => Base[]) => void");