Index: tests/compiler/dart2js/value_range_test.dart |
=================================================================== |
--- tests/compiler/dart2js/value_range_test.dart (revision 30666) |
+++ tests/compiler/dart2js/value_range_test.dart (working copy) |
@@ -334,6 +334,8 @@ |
} |
class ObjectInterceptor { |
} |
+ class JSUInt32 extends JSInt {} |
+ class JSUInt31 extends JSUInt32 {} |
getInterceptor(x) {}'''; |
expect(String code, int kind) { |