| 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;
|
|
|