Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts273 x252: number; property in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgeneratedContextualTyping.ts1862 let x252: { (): Base[]; }[] = [() => [d1, d2]]; variable
1863 AssertType(x252, "(() => Base[])[]");