Home
last modified time | relevance | path

Searched defs:x5 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DintersectionOfUnionOfUnitTypes.ts40 let x5: ('a' | 'b' | 'c') & ('b' | 'c' | 'd') & ('c' | 'd' | 'e') & ('d' | 'e' | 'f'); // never variable
DinheritedOverloadedSpecializedSignatures.ts95 let x5: void = c('A0'); variable
DliteralTypes2.ts293 x5 = ""; property in C1
DgeneratedContextualTyping.ts67 let x5: { (): Base[]; } = function() { variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-tuple-type5.ts21 var x5 : [a : number, b ?: string]; variable
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts26 x5: number; property in C