| 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 6004207f6f2b44902baa96507cce8051f11d72eb..bb5d2654f95f535ec1d9810d77bf8dcdbe0dc8c9 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
|
| @@ -319,6 +319,13 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| "Default values aren't allowed in function type parameters"),
|
|
|
| /**
|
| + * 7.6.2 Factories: It is a compile-time error if <i>k</i> explicitly specifies a default value
|
| + * for an optional parameter.
|
| + */
|
| + DEFAULT_VALUE_IN_REDIRECTING_FACTORY_CONSTRUCTOR(
|
| + "Default values aren't allowed in factory constructors that redirect to another constructor"),
|
| +
|
| + /**
|
| * 3.1 Scoping: It is a compile-time error if there is more than one entity with the same name
|
| * declared in the same scope.
|
| */
|
|
|