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

Unified Diff: tests/compiler/dart2js/kernel/impact_test.dart

Issue 2829683007: Extract DartTypeVisitor and subclasses from resolution_types. (Closed)
Patch Set: 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: tests/compiler/dart2js/kernel/impact_test.dart
diff --git a/tests/compiler/dart2js/kernel/impact_test.dart b/tests/compiler/dart2js/kernel/impact_test.dart
index b3807322cc390551d98dae54dc451409ca2b717e..91d8a7dd5fcaf639848200eea8d3f4eccd456bae 100644
--- a/tests/compiler/dart2js/kernel/impact_test.dart
+++ b/tests/compiler/dart2js/kernel/impact_test.dart
@@ -858,7 +858,8 @@ ResolutionImpact laxImpact(
/// Visitor the performers unaliasing of all typedefs nested within a
/// [ResolutionDartType].
-class Unaliaser extends BaseDartTypeVisitor<dynamic, ResolutionDartType> {
+class Unaliaser
+ extends BaseResolutionDartTypeVisitor<dynamic, ResolutionDartType> {
const Unaliaser();
@override
« no previous file with comments | « pkg/compiler/lib/src/serialization/type_serialization.dart ('k') | tests/compiler/dart2js/memory_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698