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

Unified Diff: dart/pkg/observe/test/path_observer_test.dart

Issue 27524003: Generate tear-off closures dynamically. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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: dart/pkg/observe/test/path_observer_test.dart
diff --git a/dart/pkg/observe/test/path_observer_test.dart b/dart/pkg/observe/test/path_observer_test.dart
index 91d68a148e457f67db7e61e24166868699fadd38..e8b1e5f6bcf7ede99782f596791d0863864a9932 100644
--- a/dart/pkg/observe/test/path_observer_test.dart
+++ b/dart/pkg/observe/test/path_observer_test.dart
@@ -283,6 +283,7 @@ class ObjectWithErrors {
}
}
+@reflectable
class NoSuchMethodModel {
var _foo = 42;
List log = [];

Powered by Google App Engine
This is Rietveld 408576698