mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
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:
parent
367acf4492
commit
f462c16326
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue