Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts377 x356: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts3016 let x356 = function(n: Genric<Base>) { }; x356({ func: n => { variable
3017 AssertType(x356, "(Genric<Base>) => void");
3020 AssertType(x356({ func: n => { return [d1, d2]; } }), "void");
3021 AssertType(x356, "(Genric<Base>) => void");