| Index: compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| diff --git a/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java b/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| index fa1bc574457743c8e3b849b82bef0897c17781be..70025ba42c9fd6823125a37cdbecf87b4d2310c1 100644
|
| --- a/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| +++ b/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| @@ -2491,6 +2491,7 @@ public class TypeAnalyzer implements DartCompilationPhase {
|
| }
|
| }
|
| }
|
| + result = Types.makeInferred(result, receiver.getQuality());
|
| node.setType(result);
|
| return result;
|
|
|
|
|