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

Unified Diff: corelib/src/time_zone.dart

Issue 8786002: Check that interface constructors and default class constructors are compatible. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Check that types of constructors parameters are identical Created 9 years 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: corelib/src/time_zone.dart
diff --git a/corelib/src/time_zone.dart b/corelib/src/time_zone.dart
index 1c1c660813dff618b31e02a3d20cb98b83f427d7..a4676e7a2787f92b41509f41e4ba7be101d9280a 100644
--- a/corelib/src/time_zone.dart
+++ b/corelib/src/time_zone.dart
@@ -10,4 +10,5 @@
interface TimeZone factory TimeZoneImplementation {
const TimeZone.utc();
TimeZone.local();
+ bool get isUtc();
}

Powered by Google App Engine
This is Rietveld 408576698