| Index: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (revision 9032)
|
| +++ compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java (working copy)
|
| @@ -44,6 +44,8 @@
|
| CANNOT_RESOLVE_SUPER_CONSTRUCTOR("cannot resolve method '%s'"),
|
| CANNOT_RESOLVE_IMPLICIT_CALL_TO_SUPER_CONSTRUCTOR(
|
| "super type %s does not have a default constructor"),
|
| + CANNOT_USE_TYPE("Cannot reference the type '%s' in this context"),
|
| + CANNOT_USE_TYPE_VARIABLE("Cannot reference the type variable '%s' in this context"),
|
| CIRCULAR_REFERENCE(
|
| "Circular reference detected: compile-time constants cannot reference themselves."),
|
| CONST_REQUIRES_VALUE("Constant fields must have an initial value"),
|
|
|