| Index: compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java b/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| index 5fa71d3cd2b440dec7761a57c642ff10f4a55aff..0744833354f341bbb7c6274c4c632b780e872c56 100644
|
| --- a/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/DartCompilerErrorCode.java
|
| @@ -19,6 +19,7 @@ public enum DartCompilerErrorCode implements ErrorCode {
|
| ILLEGAL_DIRECTIVES_IN_SOURCED_UNIT("This part was included by %s via a "
|
| + "part directive, so cannot itself contain directives other than a part of directive"),
|
| IO("Input/Output error: %s"),
|
| + MIRRORS_NOT_FULLY_IMPLEMENTED(ErrorSeverity.WARNING, "dart:mirrors is not fully implemented yet"),
|
| MISSING_LIBRARY_DIRECTIVE("a library which is imported is missing a library directive: %s"),
|
| MISSING_SOURCE("Cannot find referenced source: %s"),
|
| UNIT_WAS_ALREADY_INCLUDED("Unit '%s' was already included");
|
|
|