Home
last modified time | relevance | path

Searched defs:I2 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_GetOrSetAccessor9.ts17 interface I2 { interface
Dtest_GetOrSetAccessor10.ts17 interface I2 { interface
Dtest-indexSignature3.ts21 interface I2 { interface
Dtest-indexSignature1.ts30 interface I2 { interface
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_5/
Dtest-ts-import-exec.ts18 import { type I2, v1 } from './test-ts-export'; alias
Dtest-ts-export.ts18 export interface I2 { p: string } interface
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/04_class_cases/02_class_declaration/
D01_implement.ts28 interface I2 { interface
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/
D01_interface_03.ts32 interface I2 extends I1 { interface