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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 27019003: Update check for cyclic typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add positive test Created 7 years, 2 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: sdk/lib/_internal/compiler/implementation/elements/elements.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
index 6485e7d9ed1b1fc5bdceb3008bc24bbce6e13efc..71ea1abf57efbed2fefc93a41e4b31fe7e7a96c6 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -717,6 +717,8 @@ abstract class TypedefElement extends Element
// TODO(kasperl): Try to get rid of these setters.
void set alias(DartType value);
void set functionSignature(FunctionSignature value);
+
+ void checkCyclicReference(Compiler compiler);
}
abstract class VariableElement extends Element {

Powered by Google App Engine
This is Rietveld 408576698