Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-satisfies-1.ts19 const a = { x: 10 } satisfies Partial<Point2d>; constant
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_satisfies6.ts19 const a = { x: 10 } satisfies Partial<Point2d>; constant
Dtest_satisfies7.ts23 } satisfies Partial<Record<Keys, unknown>>; constant