mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
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:
parent
d85651846f
commit
0e2ca151e0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue