Home
last modified time | relevance | path

Searched defs:I2 (Results 1 – 6 of 6) 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