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

Unified Diff: pkg/compiler/lib/src/js_emitter/type_test_registry.dart

Issue 2642063003: Use entities in class_stub_generator. (Closed)
Patch Set: Created 3 years, 11 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/js_emitter/type_test_registry.dart
diff --git a/pkg/compiler/lib/src/js_emitter/type_test_registry.dart b/pkg/compiler/lib/src/js_emitter/type_test_registry.dart
index 24bca0bc71b06d985fce1ecd533cacea88370c78..15f3b5562f3f124f8ba8dd3bc5c853c459b4aac9 100644
--- a/pkg/compiler/lib/src/js_emitter/type_test_registry.dart
+++ b/pkg/compiler/lib/src/js_emitter/type_test_registry.dart
@@ -7,22 +7,15 @@ library dart2js.js_emitter.type_test_registry;
import '../compiler.dart' show Compiler;
import '../elements/resolution_types.dart'
show
- ResolutionDartType,
- ResolutionFunctionType,
- ResolutionInterfaceType,
- Types,
- ResolutionTypeVariableType;
+ ResolutionDartType,
+ ResolutionFunctionType,
+ ResolutionInterfaceType,
+ Types,
+ ResolutionTypeVariableType;
import '../elements/elements.dart'
- show
- ClassElement,
- Element,
- ElementKind,
- FunctionElement;
+ show ClassElement, Element, ElementKind, FunctionElement;
import '../js_backend/js_backend.dart'
- show
- JavaScriptBackend,
- RuntimeTypes,
- TypeChecks;
+ show JavaScriptBackend, RuntimeTypes, TypeChecks;
import '../world.dart' show ClosedWorld;
class TypeTestRegistry {

Powered by Google App Engine
This is Rietveld 408576698