| 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 db7484b9f16d6d904cc071c7bc1feb89d7678d1d..bb0bdbb3b4f307e76af6990f7064090c50c92b95 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
|
| @@ -478,8 +478,8 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| IMPLEMENTS_REPEATED("'%s' can only be implemented once"),
|
|
|
| /**
|
| - * 7.6.1 Generative Constructors: Note that this is not in scope on the right hand side of an
|
| - * initializer.
|
| + * 7.6.1 Generative Constructors: Note that <b>this</b> is not in scope on the right hand side of
|
| + * an initializer.
|
| * <p>
|
| * 12.10 This: It is a compile-time error if this appears in a top-level function or variable
|
| * initializer, in a factory constructor, or in a static method or variable initializer, or in the
|
|
|