parenthesis.ts 117 B

123456789
  1. <DocumentHighlightKind>(a ? b : c);
  2. <any>(() => {});
  3. <x>a || {};
  4. <x>a && [];
  5. true || <x>a;
  6. <x>a + <x>b;
  7. (<x>a) = 1;