Chromium Code Reviews| Index: tests/compiler/dart2js/mock_compiler.dart |
| =================================================================== |
| --- tests/compiler/dart2js/mock_compiler.dart (revision 17440) |
| +++ tests/compiler/dart2js/mock_compiler.dart (working copy) |
| @@ -83,6 +83,7 @@ |
| operator <(other) {} |
| operator <=(other) {} |
| operator ==(other) {} |
| + operator %(other) {} |
| } |
| class JSInt { |
| } |