| Index: compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| index ddef762ad9c74012dbf152724369a2f063769aa9..39219b3103e312193b1d63475b287c9d40afff4b 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -12,7 +12,6 @@ import com.google.dart.compiler.SubSystem;
|
| */
|
| public enum TypeErrorCode implements ErrorCode {
|
| ASSERT_BOOL("assert requires 'bool' expression or '() -> bool' function"),
|
| - ASSERT_IS_STATEMENT(ErrorSeverity.ERROR, "assert is a statement, it cannot be used as an expression"),
|
| CANNOT_ASSIGN_TO("cannot assign to '%s'"),
|
| CANNOT_BE_RESOLVED("cannot resolve %s", true),
|
| CANNOT_OVERRIDE_TYPED_MEMBER("cannot override %s of %s because %s is not assignable to %s"),
|
|
|