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