Chromium Code Reviews| Index: tests/language/issue10204_test.dart |
| =================================================================== |
| --- tests/language/issue10204_test.dart (revision 22118) |
| +++ tests/language/issue10204_test.dart (working copy) |
| @@ -18,7 +18,7 @@ |
| class Node { |
| final selector = null; |
| var inputs = {"a": const Tupe(), "b": const Tupe() }; |
| - bool isCallOnInterceptor; |
| + bool isCallOnInterceptor = false; |
| getDartReceiver() { |
| return isCallOnInterceptor ? inputs["a"] : inputs["b"]; |