Chromium Code Reviews| Index: tests/lib/mirrors/unused_mirrors_test.dart |
| diff --git a/tests/lib/mirrors/unused_mirrors_test.dart b/tests/lib/mirrors/unused_mirrors_test.dart |
| index 5700be992e190db4646c519eb43ad15bb3fdf6f8..a8f9f148a131daae58863a90f49886cdbb6448d9 100644 |
| --- a/tests/lib/mirrors/unused_mirrors_test.dart |
| +++ b/tests/lib/mirrors/unused_mirrors_test.dart |
| @@ -14,6 +14,7 @@ typedef int FunctionTypeDef(); |
| class Bar { |
| final FunctionTypeDef gee; |
| + Bar() : gee = (() => 499); |
| } |
| main() { |