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

Unified Diff: lib/mirrors_used.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/html.dart ('k') | lib/src/bind_property.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/mirrors_used.dart
diff --git a/lib/mirrors_used.dart b/lib/mirrors_used.dart
index b3d3f433913dc3270bf331392cd2b58caccce4ad..53878a19db48ee393f49e547415fac6c4e3221d7 100644
--- a/lib/mirrors_used.dart
+++ b/lib/mirrors_used.dart
@@ -12,7 +12,8 @@ library observe.mirrors_used;
// invoking dart2js without running this package's transformers. The
// transformer in `lib/transformer.dart` will replace @observable with the
// @reflectable annotation.
-@MirrorsUsed(metaTargets: const [Reflectable, ObservableProperty],
+@MirrorsUsed(
+ metaTargets: const [Reflectable, ObservableProperty],
override: 'smoke.mirrors')
import 'dart:mirrors' show MirrorsUsed;
import 'package:observe/observe.dart' show Reflectable, ObservableProperty;
« no previous file with comments | « lib/html.dart ('k') | lib/src/bind_property.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698