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

Unified Diff: compiler/java/com/google/dart/compiler/resolver/Elements.java

Issue 8523034: Compile Time Constants cycle check (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added new test to exercise code that was throwing ICE Created 9 years, 1 month 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: compiler/java/com/google/dart/compiler/resolver/Elements.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/Elements.java b/compiler/java/com/google/dart/compiler/resolver/Elements.java
index 846b420a6a3c3e337c7849102b05c43e535aa70d..908f5436fa8a237de8e6eb6e4721a93cae74e0e3 100644
--- a/compiler/java/com/google/dart/compiler/resolver/Elements.java
+++ b/compiler/java/com/google/dart/compiler/resolver/Elements.java
@@ -124,7 +124,7 @@ public class Elements {
}
@VisibleForTesting
- public static MethodElement methodFromMethodNode(DartMethodDefinition node,
+ public static MethodElement methodFromMethodNode(DartMethodDefinition node,
EnclosingElement holder) {
return MethodElementImplementation.fromMethodNode(node, holder);
}

Powered by Google App Engine
This is Rietveld 408576698