Searched defs:fooProp (Results 1 – 5 of 5) sorted by relevance
3 declare const fooProp: unique symbol; constant14 const abc = x[fooProp]; // expected: 'T[typeof fooProp]' constant19 const def: T[typeof fooProp] = x[fooProp]; constant
2 fooProp: "hello" | "world"; property
2 fooProp: boolean; property
16 fooProp: "frizzlebizzle" property21 fooProp: "frizzlebizzle" property