Home
last modified time | relevance | path

Searched defs:I7 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinterfaceInheritance2.ts25 interface I7 extends I6 { } interface
DanyAssignableToEveryType2.ts60 interface I7 { interface
DsubtypesOfAny.ts60 interface I7 { interface
DinterfaceExtendsObjectIntersection.ts36 interface I7 extends T7 { x: string } interface