2f331ecd1b
- The interface for a factory constructor in an external library would reference the class type parameters instead of its own. - When a class from an external library gets promoted to mixin level, the rest of the library should not be considered "being loaded". This would cause members to not get added to the AST. BUG= R=kmillikin@google.com Review-Url: https://codereview.chromium.org/2710783004 .