Chromium Code Reviews| 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() { |