| Index: tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart b/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart
|
| index a0f0c5a85c49dc856c983814f4cd9d75e2d7e9f2..290856ea42fc7b9026e13725ab11b52ec4f549ba 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart
|
| @@ -76,7 +76,7 @@ void main() {
|
| Expect.equals(
|
| type,
|
| simplify(
|
| - typesInferrer.getReturnTypeOfElement(element), closedWorld),
|
| + typesInferrer.getReturnTypeOfMember(element), closedWorld),
|
| methodName);
|
| }
|
|
|
|
|