| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/scope/LibraryScope.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/scope/LibraryScope.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/scope/LibraryScope.java
|
| index 1a4a0fba58f6c8ccdf9e439e6e1b627b7ef44715..8248ec315f9aafd10c20b3317a03d209908566de 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/scope/LibraryScope.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/scope/LibraryScope.java
|
| @@ -55,7 +55,7 @@ public class LibraryScope extends EnclosedScope {
|
| }
|
| }
|
| return new AnalysisError(
|
| - getSource(),
|
| + duplicate.getSource(),
|
| offset,
|
| duplicate.getDisplayName().length(),
|
| CompileTimeErrorCode.PREFIX_COLLIDES_WITH_TOP_LEVEL_MEMBER,
|
|
|