Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: compiler/javatests/com/google/dart/compiler/parser/Shifting.dart

Issue 9232041: Remove support for >>> and >>>= operators in dartc (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove >>> and >>>= operators Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compiler/javatests/com/google/dart/compiler/parser/Shifting.dart
diff --git a/compiler/javatests/com/google/dart/compiler/parser/Shifting.dart b/compiler/javatests/com/google/dart/compiler/parser/Shifting.dart
index 5400639eb4a360a78e54e2ebb55cd95bd672a274..c345c6606be3ed35ff880e96a0bffe713844e5c5 100644
--- a/compiler/javatests/com/google/dart/compiler/parser/Shifting.dart
+++ b/compiler/javatests/com/google/dart/compiler/parser/Shifting.dart
@@ -1,13 +1,8 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
class Shifting {
- operator >>>(other) {
- Box<Box<Box<prefix.Fisk>>> foo = null;
- return other >>> 1;
- }
-
operator >>(other) {
Box<Box<prefix.Fisk>> foo = null;
return other >> 1;

Powered by Google App Engine
This is Rietveld 408576698