Index: corelib/src/date.dart |
=================================================================== |
--- corelib/src/date.dart (revision 2395) |
+++ corelib/src/date.dart (working copy) |
@@ -7,7 +7,7 @@ |
/** |
* Date is the public interface to a point in time. |
*/ |
-interface Date extends Comparable factory DateImplementation { |
+interface Date extends Comparable default DateImplementation { |
// Weekday constants that are returned by [weekday] method: |
static final int MON = 0; |
static final int TUE = 1; |