| Index: compiler/java/com/google/dart/compiler/LibraryDepsVisitor.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/LibraryDepsVisitor.java (revision 12980)
|
| +++ compiler/java/com/google/dart/compiler/LibraryDepsVisitor.java (working copy)
|
| @@ -87,6 +87,9 @@
|
| }
|
| }
|
| // Skip rhs of property accesses, so that all identifiers we visit will be unqualified.
|
| + if (node.isCascade()) {
|
| + return null;
|
| + }
|
| return node.getQualifier().accept(this);
|
| }
|
|
|
|
|