| 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 a26aa3375583f3c9dcec9bb4d1029aa4a083297e..5cac8c04e41cddbd2e8ac8919553baf2f3fdbfa8 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
|
| @@ -469,6 +469,13 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| "The 'this' expression cannot be implicitly used in initializers"),
|
|
|
| /**
|
| + * SDK implementation libraries can be imported only by other SDK libraries.
|
| + *
|
| + * @param uri the uri pointing to a library
|
| + */
|
| + IMPORT_INTERNAL_LIBRARY("The library %s is internal and cannot be imported"),
|
| +
|
| + /**
|
| * 14.1 Imports: It is a compile-time error if the compilation unit found at the specified URI is
|
| * not a library declaration.
|
| *
|
|
|