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

Unified Diff: frog/lib/corelib_impl.dart

Issue 9270048: Lots of frog cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« frog/gen.dart ('K') | « frog/lang.dart ('k') | frog/lib/num.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/lib/corelib_impl.dart
diff --git a/frog/lib/corelib_impl.dart b/frog/lib/corelib_impl.dart
index 284ba32dbe0682dd644bdecf2bbbec40239282bb..83224984a42295eee0e49bae265df619e742d7dd 100644
--- a/frog/lib/corelib_impl.dart
+++ b/frog/lib/corelib_impl.dart
@@ -424,6 +424,8 @@ class NumImplementation implements int, double native "Number" {
bool operator >(num other) native;
bool operator >=(num other) native;
+ bool operator ==(var other) native;
+
// Bitwise operations
int operator &(int other) native;
int operator |(int other) native;
« frog/gen.dart ('K') | « frog/lang.dart ('k') | frog/lib/num.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698