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