Home
last modified time | relevance | path

Searched refs:hashOfEmpty2 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js401 var hashOfEmpty2 = on({ test: (x: boolean) => {} }); // { test: boolean }
969 var hashOfEmpty2 = on({ test: function (x) { } }); // { test: boolean } variable
1275 declare var hashOfEmpty2: {
DkeyofAndIndexedAccess.symbols1537 var hashOfEmpty2 = on({ test: (x: boolean) => {} }); // { test: boolean }
1538 >hashOfEmpty2 : Symbol(hashOfEmpty2, Decl(keyofAndIndexedAccess.ts, 399, 3))
DkeyofAndIndexedAccess.types1550 var hashOfEmpty2 = on({ test: (x: boolean) => {} }); // { test: boolean }
1551 >hashOfEmpty2 : { test: boolean; }
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts403 var hashOfEmpty2 = on({ test: (x: boolean) => {} }); // { test: boolean } variable