| Index: pkg/analyzer/test/generated/resolver_test.dart
|
| diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
|
| index 589ab79f4db255702139761cec236a31ea2c4003..89f83f120bf153572f16a1216a0e6538834ffe7f 100644
|
| --- a/pkg/analyzer/test/generated/resolver_test.dart
|
| +++ b/pkg/analyzer/test/generated/resolver_test.dart
|
| @@ -12251,7 +12251,8 @@ A f(A p) {
|
| ReturnStatement statement =
|
| (ifStatement.thenStatement as Block).statements[0] as ReturnStatement;
|
| MethodInvocation invocation = statement.expression as MethodInvocation;
|
| - expect(invocation.methodName.propagatedElement, isNotNull);
|
| + expect(invocation.methodName.staticElement, isNotNull);
|
| + expect(invocation.methodName.propagatedElement, isNull);
|
| }
|
|
|
| void test_is_while() {
|
|
|