Closed
Description
We have an informal specification for Dart 1.50 generic methods here:
The analyzer should remove the partial support for error checking on generic methods (or make them into hints as warranted).
The only static errors for Dart 1.5 non strong mode generic methods are syntax errors, and errors for using a generic method parameter for an is
check as in x is T
, or as a type literal.