fb02cf80ee
Factory constructors are represented as static Procedure(s) with type parameters. This does not match to the language specification and Analyzer element model. We need to pretend that these type parameters are absent, so that we pick up the same named type parameters from the enclosing class. R=brianwilkerson@google.com, paulberry@google.com Bug: Change-Id: Id26cf0e9c08699ac46978e14640e01089a1efcbc Reviewed-on: https://dart-review.googlesource.com/9080 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>