| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| index 2fd8210abefd9f0d9169a552948c0934c52737ad..e6ee7b021d03fdbb330fe266f3ea334f246b0e89 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
|
| @@ -636,12 +636,6 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| INVALID_REFERENCE_TO_THIS("Invalid reference to 'this' expression"),
|
|
|
| /**
|
| - * 12.7 Maps: It is a compile-time error if the first type argument to a map literal is not
|
| - * String.
|
| - */
|
| - INVALID_TYPE_ARGUMENT_FOR_KEY("The first type argument to a map literal must be 'String'"),
|
| -
|
| - /**
|
| * 12.6 Lists: It is a compile time error if the type argument of a constant list literal includes
|
| * a type parameter.
|
| *
|
|
|