Index: tests/compiler/dart2js/type_checker_test.dart |
=================================================================== |
--- tests/compiler/dart2js/type_checker_test.dart (revision 11349) |
+++ tests/compiler/dart2js/type_checker_test.dart (working copy) |
@@ -368,7 +368,7 @@ |
Expect.isFalse(isSubtype([intType, intType], intType, [intType], intType)); |
} |
-final CLASS_WITH_METHODS = ''' |
+const CLASS_WITH_METHODS = ''' |
class ClassWithMethods { |
untypedNoArgumentMethod() {} |
untypedOneArgumentMethod(argument) {} |