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

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

Issue 10983089: Issue 3968. Report error if cycle in redirecting factory constructors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java b/compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java
index 9bcaddb8b29866c730bd4c942bf33566bae5e805..794e57c18771853a6ca2c4f676a2e42a1d430564 100644
--- a/compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java
+++ b/compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java
@@ -23,4 +23,6 @@ public interface ConstructorElement extends MethodElement {
* Sets {@link ConstructorElement} in default factory class, may be <code>null</code>.
*/
void setDefaultConstructor(ConstructorElement defaultConstructor);
+
+ ConstructorElement getRedirectingFactoryConstructor();
}
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698