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

Unified Diff: lib/core/int.dart

Issue 10933039: Make int an abstract class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Now with correct base. Created 8 years, 3 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
« no previous file with comments | « no previous file | runtime/vm/class_finalizer.cc » ('j') | runtime/vm/class_finalizer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/core/int.dart
diff --git a/lib/core/int.dart b/lib/core/int.dart
index b7bd94b6d57af29acb485d59cf59da913c90ffbd..404d10a4d091f81490fc811fb50656c231802dcf 100644
--- a/lib/core/int.dart
+++ b/lib/core/int.dart
@@ -4,7 +4,7 @@
// Dart core library.
-interface int extends num {
+abstract class int implements num {
// Bit-operations.
int operator &(int other);
int operator |(int other);
« no previous file with comments | « no previous file | runtime/vm/class_finalizer.cc » ('j') | runtime/vm/class_finalizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698