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

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

Issue 141563010: Fix warnings in tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « tests/lib/mirrors/unused_mirrors5_test.dart ('k') | tests/lib/mirrors/unused_mirrors7_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/unused_mirrors6_test.dart
diff --git a/tests/lib/mirrors/unused_mirrors6_test.dart b/tests/lib/mirrors/unused_mirrors6_test.dart
index bd8a830a59e3b8acec96ab8a9b282ce29697d0f4..36d14d5b5fc48978bddfe6ceea395671b09bed15 100644
--- a/tests/lib/mirrors/unused_mirrors6_test.dart
+++ b/tests/lib/mirrors/unused_mirrors6_test.dart
@@ -18,6 +18,7 @@ typedef int FunctionTypeDef();
class Bar {
final FunctionTypeDef gee;
+ Bar() : gee = (() => 499);
}
main() {
« no previous file with comments | « tests/lib/mirrors/unused_mirrors5_test.dart ('k') | tests/lib/mirrors/unused_mirrors7_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698