Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-indexSignature3.ts31 interface I4 { interface
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts_import_type_project_5/
Dtest-ts-import-exec.ts20 import v3, { type I4, type I5 } from './test-ts-export'; alias
Dtest-ts-export.ts26 interface I4 { p: string } interface
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/05_interface/
D01_interface_03.ts79 interface I4 extends C2,D,e { interface