| Index: compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java b/compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java
|
| index 48e501d75b30f7904609921f8542832618c66778..4c15ab1c402591d20af8fe88deffbee105a19a22 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/CompileTimeConstantAnalyzer.java
|
| @@ -486,7 +486,7 @@ public class CompileTimeConstantAnalyzer {
|
|
|
| @Override
|
| public Void visitPropertyAccess(DartPropertyAccess x) {
|
| - switch (ElementKind.of(x.getQualifier().getElement())) {
|
| + switch (ElementKind.of(x.getRealTarget().getElement())) {
|
| case CLASS:
|
| case LIBRARY_PREFIX:
|
| case LIBRARY:
|
|
|