Chromium Code Reviews| Index: tests/compiler/dart2js/size_test.dart |
| =================================================================== |
| --- tests/compiler/dart2js/size_test.dart (revision 21723) |
| +++ tests/compiler/dart2js/size_test.dart (working copy) |
| @@ -18,6 +18,7 @@ |
| class Function {} |
| class Type {} |
| class Map {} |
| + identical(a, b) => true; |
| '''; |
| main() { |