| Index: tests/lib/mirrors/find_in_context_fake_function_test.dart
|
| diff --git a/tests/lib/mirrors/find_in_context_fake_function_test.dart b/tests/lib/mirrors/find_in_context_fake_function_test.dart
|
| index 5ccfaee44f7e6489992b8b993925dd7533e9bd0d..bdde9c7bdce4d0ae0613cd0a49553007bff5bcc1 100644
|
| --- a/tests/lib/mirrors/find_in_context_fake_function_test.dart
|
| +++ b/tests/lib/mirrors/find_in_context_fake_function_test.dart
|
| @@ -26,7 +26,9 @@ class FakeFunction1 {
|
| }
|
| }
|
|
|
| -class FakeFunction2 implements Function {
|
| +class FakeFunction2
|
| + implements Function /// static type warning
|
| +{
|
| var field = 10;
|
| get getter => 11;
|
| method() => 12;
|
|
|