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

Unified Diff: compiler/javatests/com/google/dart/compiler/type/class_with_operators.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/type/class_with_operators.dart
diff --git a/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart b/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
index 2ff55052f07ccc55258c17c633d6719efad1793e..ead3a2e5da714cdfa2f4b3335863d441694d92c6 100644
--- a/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
+++ b/compiler/javatests/com/google/dart/compiler/type/class_with_operators.dart
@@ -1,4 +1,4 @@
-// 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.
@@ -15,10 +15,6 @@ class ClassWithOperators {
return 0;
}
- ClassWithOperators operator >>>(ClassWithOperators operand) {
- return this;
- }
-
ClassWithOperators operator +(ClassWithOperators operand) {
return this;
}
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java ('k') | tests/language/src/UnsignedRightShiftTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698