Fix covariant/return_type_test

Change-Id: Ie71d0579ed52af187dacc8f642425866da6a2d2f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143246
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2020-04-13 18:18:22 +00:00 committed by commit-bot@chromium.org
parent 7ed155ff49
commit 21f42b4305

View file

@ -58,10 +58,6 @@ void main() {
{
C<Iterable<Object>> c = D<int>([1]);
Iterable<bool Function(Iterable<Object>)> myList = c.f();
// ^^^^^
// [analyzer] unspecified
// ^
// [cfe] unspecified
}
}