| Index: pkg/analyzer/lib/src/task/strong/checker.dart
|
| diff --git a/pkg/analyzer/lib/src/task/strong/checker.dart b/pkg/analyzer/lib/src/task/strong/checker.dart
|
| index a198649691298c4aed7bd92588b45e082ba59a4a..c528c65cc1fcd9e042becdffa2d0e423da04c76e 100644
|
| --- a/pkg/analyzer/lib/src/task/strong/checker.dart
|
| +++ b/pkg/analyzer/lib/src/task/strong/checker.dart
|
| @@ -985,7 +985,7 @@ class CodeChecker extends RecursiveAstVisitor {
|
| if (type is FunctionType) {
|
| return type;
|
| } else if (type is InterfaceType) {
|
| - return rules.getCallMethodType(type);
|
| + return rules.getCallMethodDefiniteType(type);
|
| }
|
| return null;
|
| }
|
|
|