Closed
Description
This is a tracking bug for generic methods in non-strong mode Dart 1.5 .
- Final decision on dynamic behavior (private issue): https://github.com/dart-lang/dart-lang-evolution/issues/103
- Final decision on static behavior (private issue): https://github.com/dart-lang/dart-lang-evolution/issues/107
- Specification issue: Specification needs to be updated for non-strong mode generic methods. #27639
- VM implementation issue: Support syntactic (only) support for generic methods in the VM. #25869, Add support for treating generic method parameters as dynamic in all contexts #27460
- Dart2js implementation issue: Support generic method syntax in dart2js #25835, final CL
- Analyzer implementation issue: Analyzer support for Dart 1.50 non strong mode generic methods. #27641
- Ensure DartDoc renders generic method syntax correctly: Support generic method syntax dartdoc#1278
- Update changelog with description of this change: Update changelog w/ details about Generic Method syntax #27875
- Handle generic method syntax in dartfmt (Support generic method syntax dart_style#556)