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

Unified Diff: lib/src/metadata.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/list_path_observer.dart ('k') | lib/src/observable.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/metadata.dart
diff --git a/lib/src/metadata.dart b/lib/src/metadata.dart
index f128102cae347e8f9d1037ec682b8d2623a2342b..51cf9352c9fd537b09c7878afca7ad9e3816355d 100644
--- a/lib/src/metadata.dart
+++ b/lib/src/metadata.dart
@@ -24,7 +24,6 @@ class ObservableProperty {
const ObservableProperty();
}
-
/// This can be used to retain any properties that you wish to access with
/// Dart's mirror system. If you import `package:observe/mirrors_used.dart`, all
/// classes or members annotated with `@reflectable` wil be preserved by dart2js
« no previous file with comments | « lib/src/list_path_observer.dart ('k') | lib/src/observable.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698