| Index: compiler/java/com/google/dart/compiler/resolver/ClassElement.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/ClassElement.java b/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
|
| index a19cfd56fa716a449c3758a54cdd00522d0340d0..698893bb74a5c1d9c6a335eabc28ed3ce4086e6c 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ClassElement.java
|
| @@ -33,6 +33,12 @@ public interface ClassElement extends EnclosingElement {
|
| throws CyclicDeclarationException, DuplicatedInterfaceException;
|
|
|
| String getNativeName();
|
| +
|
| + /**
|
| + * FIXME(scheglov) We use this in {@link Resolver} to check that "factory" clause is exactly
|
| + * same as declaration of factory class.
|
| + */
|
| + String getDeclarationNameWithTypeParameters();
|
|
|
| boolean isObject();
|
|
|
|
|