Chromium Code Reviews| Index: tests/lib/mirrors/unused_mirrors7_test.dart |
| diff --git a/tests/lib/mirrors/unused_mirrors7_test.dart b/tests/lib/mirrors/unused_mirrors7_test.dart |
| index 235259634287ec793e2060fbae32e490590da997..5d3494008477dd8e4eb05ff9280dc1da90d90646 100644 |
| --- a/tests/lib/mirrors/unused_mirrors7_test.dart |
| +++ b/tests/lib/mirrors/unused_mirrors7_test.dart |
| @@ -14,6 +14,7 @@ typedef int FunctionTypeDef(); |
| class Bar { |
| final FunctionTypeDef gee; |
| + Bar() : gee = (() => 499); |
| } |
| main() { |