Disable analyzer warning on special 'dart:_internal' import.

Change-Id: Ic8c2519555dd0159ff85581d1669cdf0703332ca
Reviewed-on: https://dart-review.googlesource.com/31242
Reviewed-by: Leaf Petersen <leafp@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
This commit is contained in:
Bob Nystrom 2017-12-21 13:04:35 -08:00 committed by commit-bot@chromium.org
parent d85651846f
commit 0e2ca151e0

View file

@ -9,6 +9,7 @@
//
// Only this exact special file is allowed to import "dart:_internal" without
// causing a compile error.
// ignore: import_internal_library
import 'dart:_internal' as internal;
/// Given an [Iterable], invokes [extract], passing the [iterable]'s type