Index: tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart b/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart |
index 27ed1a4e6384d7d326632eabee3171066bed2399..a0f0c5a85c49dc856c983814f4cd9d75e2d7e9f2 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart |
@@ -71,7 +71,7 @@ void main() { |
var commonMasks = closedWorld.commonMasks; |
checkReturnInClass(String className, String methodName, type) { |
- var cls = findElement(compiler, className); |
+ dynamic cls = findElement(compiler, className); |
var element = cls.lookupLocalMember(methodName); |
Expect.equals( |
type, |