| Index: compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java (revision 12980)
|
| +++ compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java (working copy)
|
| @@ -436,7 +436,7 @@
|
| if (lhsNode instanceof DartPropertyAccess) {
|
| DartPropertyAccess lhsAccess = (DartPropertyAccess) lhsNode;
|
| if (lhsAccess.isCascade()) {
|
| - return lhsAccess.getQualifier().getType();
|
| + return lhsAccess.getRealTarget().getType();
|
| }
|
| }
|
| // use type or "rhs"
|
|
|