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

Unified Diff: pkg/compiler/lib/src/resolution/typedefs.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: pkg/compiler/lib/src/resolution/typedefs.dart
diff --git a/pkg/compiler/lib/src/resolution/typedefs.dart b/pkg/compiler/lib/src/resolution/typedefs.dart
index 8cad2d417f3b50457a91150e72e7b136f6914b22..16823a00547f64f76b2bcdeccafb75150ff3b8c4 100644
--- a/pkg/compiler/lib/src/resolution/typedefs.dart
+++ b/pkg/compiler/lib/src/resolution/typedefs.dart
@@ -49,7 +49,7 @@ class TypedefResolverVisitor extends TypeDefinitionVisitor {
// TODO(johnniwinther): Replace with a traversal on the AST when the type
// annotations in typedef alias are stored in a [TreeElements] mapping.
-class TypedefCyclicVisitor extends BaseDartTypeVisitor {
+class TypedefCyclicVisitor extends BaseResolutionDartTypeVisitor {
final DiagnosticReporter reporter;
final TypedefElementX element;
bool hasCyclicReference = false;

Powered by Google App Engine
This is Rietveld 408576698