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