Home
last modified time | relevance | path

Searched defs:fooProp (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DlateBoundConstraintTypeChecksCorrectly.ts3 declare const fooProp: unique symbol; constant
14 const abc = x[fooProp]; // expected: 'T[typeof fooProp]' constant
19 const def: T[typeof fooProp] = x[fooProp]; constant
DerrorMessagesIntersectionTypes02.ts2 fooProp: "hello" | "world"; property
DerrorMessagesIntersectionTypes01.ts2 fooProp: boolean; property
/third_party/typescript/tests/baselines/reference/
DerrorMessagesIntersectionTypes01.js16 fooProp: "frizzlebizzle" property
21 fooProp: "frizzlebizzle" property
DerrorMessagesIntersectionTypes02.js16 fooProp: "frizzlebizzle" property
21 fooProp: "frizzlebizzle" property