Home
last modified time | relevance | path

Searched defs:I1 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declFileMethods/
DdeclFileMethods_0.ts131 export interface I1 { interface
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconstraintReferencingTypeParameterFromSameTypeParameterList.ts29 interface I1<T, U extends I1<T, any>> { // Error, any does not satisfy the constraint I1<T, any> interface
DvarArgsOnConstructorTypes.ts49 export interface I1 { interface
DcircularTypeAliasForUnionWithInterface.ts33 interface I1 { interface
Dmutrec.ts41 interface I1 { interface
DtypeGuardFunction.ts70 interface I1 { interface
DsubtypesOfTypeParameterWithConstraints2.ts138 interface I1 { foo: number; } interface
DundefinedIsSubtypeOfEverything.ts85 interface I1 { interface
DconstEnums.ts119 import I1 = A1.B; enumerator
DinterfaceExtendsObjectIntersection.ts30 interface I1 extends T1 { x: string } interface
DnullIsSubtypeOfEverythingButUndefined.ts179 interface I1 { foo: number; } interface
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/amdImportNotAsPrimaryExpression/
Dfoo_0.ts27 export interface I1 { interface
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/commonJSImportNotAsPrimaryExpression/
Dfoo_0.ts27 export interface I1 { interface
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h37 I1, enumerator