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

Unified Diff: tests/lib/mirrors/find_in_context_fake_function_test.dart

Issue 49083004: Re-triage mirror test failures on the analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
Index: tests/lib/mirrors/find_in_context_fake_function_test.dart
diff --git a/tests/lib/mirrors/find_in_context_fake_function_test.dart b/tests/lib/mirrors/find_in_context_fake_function_test.dart
index 5ccfaee44f7e6489992b8b993925dd7533e9bd0d..bdde9c7bdce4d0ae0613cd0a49553007bff5bcc1 100644
--- a/tests/lib/mirrors/find_in_context_fake_function_test.dart
+++ b/tests/lib/mirrors/find_in_context_fake_function_test.dart
@@ -26,7 +26,9 @@ class FakeFunction1 {
}
}
-class FakeFunction2 implements Function {
+class FakeFunction2
+ implements Function /// static type warning
+{
var field = 10;
get getter => 11;
method() => 12;

Powered by Google App Engine
This is Rietveld 408576698