Home
last modified time | relevance | path

Searched defs:objStr (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontextualTypeWithUnionTypeObjectLiteral.js5 var objStr: { prop: string }; variable
66 var objStr; variable
/third_party/typescript/tests/cases/conformance/types/union/
DcontextualTypeWithUnionTypeObjectLiteral.ts4 var objStr: { prop: string }; variable