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