| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| index ad1715fab4dc9807988978fd9da54bb61e4f8d52..6225a1f9c719490fa7777533231c36783ee48fca 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| @@ -75,6 +75,12 @@ public interface AnalysisOptions {
|
| public boolean getEnableEnum();
|
|
|
| /**
|
| + * Return {@code true} if analysis should treat type mismatches found during constant evaluation
|
| + * as errors.
|
| + */
|
| + public boolean getEnableTypeChecks();
|
| +
|
| + /**
|
| * Return {@code true} if errors, warnings and hints should be generated for sources in the SDK.
|
| * The default value is {@code false}.
|
| *
|
|
|