Closed
Description
This tracks implementation work for this feature set.
cc @devoncarew @srawlins @scheglov @franklinyow
Individual feature tracking:
- Support for type arguments on annotations: Analyzer support for type arguments on annotations #44838 (@scheglov)
- Allow generic function types as type arguments and bounds: Allow generic function types as type arguments and bounds in analyzer #44929 (@srawlins)
- Handle the unsigned shift, triple-shift,
>>>
operator: Handle the unsigned shift, triple-shift, >>> operator in analyzer #44908 (@srawlins)