Chromium Code Reviews| Index: tests/lib/mirrors/unused_mirrors8_test.dart |
| diff --git a/tests/lib/mirrors/unused_mirrors8_test.dart b/tests/lib/mirrors/unused_mirrors8_test.dart |
| index 74c7877ca81436fb8eedfa89c4c8568dcdc5a729..68a6f0252e2ad97423837556daafad01740d2887 100644 |
| --- a/tests/lib/mirrors/unused_mirrors8_test.dart |
| +++ b/tests/lib/mirrors/unused_mirrors8_test.dart |
| @@ -18,6 +18,7 @@ typedef int FunctionTypeDef(); |
| class Bar { |
| final FunctionTypeDef gee; |
| + Bar() : gee = (() => 499); |
| } |
| main() { |