Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: pkg/compiler/lib/src/common/resolution.dart

Issue 2567133002: Add support for the new function-type syntax. (Closed)
Patch Set: Remove obsolete named argument. Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/common/resolution.dart
diff --git a/pkg/compiler/lib/src/common/resolution.dart b/pkg/compiler/lib/src/common/resolution.dart
index 9d3c852b068f9c73025b8572804225dd122d7536..30a971e11c3359ab6bbcb89f46473e5170048d5f 100644
--- a/pkg/compiler/lib/src/common/resolution.dart
+++ b/pkg/compiler/lib/src/common/resolution.dart
@@ -6,7 +6,6 @@ library dart2js.common.resolution;
import '../common.dart';
import '../compile_time_constants.dart';
-import '../compiler.dart' show Compiler;
import '../constants/expressions.dart' show ConstantExpression;
import '../constants/values.dart' show ConstantValue;
import '../core_types.dart' show CommonElements;
« no previous file with comments | « no previous file | pkg/compiler/lib/src/dart_types.dart » ('j') | pkg/compiler/lib/src/kernel/kernel_visitor.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698