mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 14:32:24 +00:00
Remove redundant import from _js_interop_checks
Bug: https://github.com/dart-lang/sdk/issues/44569 Change-Id: I6fa385eddc76397ce4944674bd548a16755f265d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213850 Auto-Submit: Samuel Rawlins <srawlins@google.com> Commit-Queue: Riley Porter <rileyporter@google.com> Reviewed-by: Riley Porter <rileyporter@google.com>
This commit is contained in:
parent
204338d17c
commit
08bb058e72
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import 'package:kernel/ast.dart';
|
|||
import 'package:kernel/class_hierarchy.dart';
|
||||
import 'package:kernel/core_types.dart';
|
||||
import 'package:kernel/type_environment.dart';
|
||||
import 'package:kernel/kernel.dart';
|
||||
|
||||
/// Replaces js_util methods with inline calls to foreign_helper JS which
|
||||
/// emits the code as a JavaScript code fragment.
|
||||
|
|
Loading…
Reference in a new issue