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