Index: tests/compiler/dart2js/mock_compiler.dart |
=================================================================== |
--- tests/compiler/dart2js/mock_compiler.dart (revision 30754) |
+++ tests/compiler/dart2js/mock_compiler.dart (working copy) |
@@ -122,7 +122,8 @@ |
toString() {} |
operator+(other) => this; |
} |
- class JSUInt32 extends JSInt {} |
+ class JSPositiveInt extends JSInt {} |
+ class JSUInt32 extends JSPositiveInt {} |
class JSUInt31 extends JSUInt32 {} |
class JSNumber extends Interceptor implements num { |
// All these methods return a number to please type inferencing. |