| Index: tests/compiler/dart2js/simple_inferrer_and_or_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/simple_inferrer_and_or_test.dart (revision 24382)
|
| +++ tests/compiler/dart2js/simple_inferrer_and_or_test.dart (working copy)
|
| @@ -63,7 +63,7 @@
|
| checkReturn(String name, type) {
|
| var element = findElement(compiler, name);
|
| Expect.equals(type,
|
| - typesInferrer.internal.returnTypeOf[element].simplify(compiler));
|
| + typesInferrer.getReturnTypeOfElement(element).simplify(compiler));
|
| }
|
|
|
| var subclassOfInterceptor =
|
|
|