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

Unified Diff: lib/src/change_record.dart

Issue 1616953004: Fixed strong mode errors and warnings reachable from lib/observe.dart (Closed) Base URL: https://github.com/dart-lang/observe.git@master
Patch Set: Removed inferrable type param Created 4 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
« no previous file with comments | « lib/src/change_notifier.dart ('k') | lib/src/dirty_check.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/change_record.dart
diff --git a/lib/src/change_record.dart b/lib/src/change_record.dart
index 576a1737a1ae80ad1fc8b10f6669efe2b983b11f..73b6d41b5f16e0fea9d6d4b3c0bf487fe9cbda0b 100644
--- a/lib/src/change_record.dart
+++ b/lib/src/change_record.dart
@@ -6,7 +6,6 @@ library observe.src.change_record;
import 'package:observe/observe.dart';
-
/// Records a change to an [Observable].
// TODO(jmesserly): remove this type
abstract class ChangeRecord {}
« no previous file with comments | « lib/src/change_notifier.dart ('k') | lib/src/dirty_check.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698