Home
last modified time | relevance | path

Searched defs:I4 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinterfaceDeclaration2.ts30 interface I4 { } interface
31 let I4:number; variable
DsymbolProperty60.ts40 interface I4 { interface
DcircularTypeAliasForUnionWithClass.ts41 class I4 { class
DconstraintReferencingTypeParameterFromSameTypeParameterList.ts34 interface I4<T, U extends () => T> { interface
DcircularTypeAliasForUnionWithInterface.ts57 interface I4 { interface
Dmutrec.ts73 interface I4 { interface
DtypeParameterUsedAsConstraint.ts31 interface I4<T extends U, U extends Date> { } interface
DanyAssignableToEveryType2.ts42 interface I4 { interface
DsubtypesOfAny.ts42 interface I4 { interface
DinterfaceExtendsObjectIntersection.ts33 interface I4 extends T4 { x: string } interface