b87a479c2b
All generic methods are equipped with one extra named parameter for passing type arguments as a list of type values. Additinally, this change forces strong mode usage for 'dartk' in 'reified_dart'. Strong mode is required for loader to not strip away type arguments from generic methods. In future, a command line argument may be implemented for that (e.g. --generic-methods), if generic method support will land before the strong mode. R=karlklose@google.com Review-Url: https://codereview.chromium.org/2713163002 .