Home
last modified time | relevance | path

Searched defs:Box (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_keyof.ts18 interface Box { interface
23 interface Box { interface
27 type BoxKeys = keyof Box; alias
Dinterface_merge.ts18 interface Box { interface
23 interface Box { interface
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_instantiation_expressions1.ts26 type Box<T> = ReturnType<typeof makeBox<T>>; // { value: T } alias