293ae7dabe
Fixes https://github.com/dart-lang/sdk/issues/46967 Creates classes for non-external factories and static members, and modifies invocations to point to these members instead. Tear-offs of interop constructors (external or otherwise) are now supported since they're just non-external static methods. Change-Id: Id754fb4bc872051a8df4169aefd4bdc078452fb5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/270501 Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>