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

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

Issue 2810633003: Add kernel/closed_world2_test (Closed)
Patch Set: Add TODOs. Created 3 years, 8 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/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index 56635827d59264de0c36dbcd4deae36b8f1bc006..bdad5c4806dada5982d16965be2f801a102a9f8f 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -10,7 +10,6 @@ import '../elements/types.dart';
import '../elements/resolution_types.dart'
show ResolutionDartType, ResolutionInterfaceType;
import '../elements/entities.dart';
-import '../enqueue.dart' show ResolutionEnqueuer;
import '../serialization/serialization.dart'
show DeserializerPlugin, SerializerPlugin;
import '../tree/tree.dart' show Node;
@@ -44,8 +43,7 @@ abstract class ForeignResolver {
class ImpactTransformer {
/// Transform the [ResolutionImpact] into a [WorldImpact] adding the
/// backend dependencies for features used in [worldImpact].
- WorldImpact transformResolutionImpact(
- ResolutionEnqueuer enqueuer, ResolutionImpact worldImpact) {
+ WorldImpact transformResolutionImpact(ResolutionImpact worldImpact) {
return worldImpact;
}
}
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common_elements.dart » ('j') | pkg/compiler/lib/src/universe/resolution_world_builder.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698