Fix import in "infer_aliased_factory_invocation_07_test.dart".

Change-Id: I8a3bfaf56715cd2971e2cbba763a998f86dd3bba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201228
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
This commit is contained in:
Robert Nystrom 2021-05-25 09:46:20 +00:00 committed by commit-bot@chromium.org
parent 367acf4492
commit f462c16326

View file

@ -5,7 +5,7 @@
// Requirements=nnbd-weak
import 'infer_aliased_factory_invocation_06_lib.dart';
import 'infer_aliased_factory_invocation_07_lib.dart';
Type typeOf<X>() => X;