Index: sdk/lib/_internal/compiler/implementation/compiler.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/compiler.dart b/sdk/lib/_internal/compiler/implementation/compiler.dart |
index aae34dfb784948e09930fbd6d99044425a85f620..86070ce3161b66e252a0188c2123ae11ff27a86f 100644 |
--- a/sdk/lib/_internal/compiler/implementation/compiler.dart |
+++ b/sdk/lib/_internal/compiler/implementation/compiler.dart |
@@ -323,6 +323,7 @@ abstract class Compiler implements DiagnosticListener { |
bool enabledRuntimeType = false; |
bool enabledFunctionApply = false; |
bool enabledInvokeOn = false; |
+ bool hasVariableTypecheck = false; |
Stopwatch progress; |