| Index: runtime/observatory/lib/src/debugger/debugger_location.dart
|
| diff --git a/runtime/observatory/lib/src/debugger/debugger_location.dart b/runtime/observatory/lib/src/debugger/debugger_location.dart
|
| index cca7a1c24fd925a74cf1cc23b7c042b4fb81d968..469609bf9603d14643d56b256432c2a678270ca0 100644
|
| --- a/runtime/observatory/lib/src/debugger/debugger_location.dart
|
| +++ b/runtime/observatory/lib/src/debugger/debugger_location.dart
|
| @@ -283,7 +283,7 @@ class DebuggerLocation {
|
| var base = match.group(1);
|
| var qualifier = match.group(2);
|
| base = (base == null ? '' : base);
|
| -
|
| +
|
| if (qualifier == null) {
|
| return _lookupClass(isolate, base, allowPrefix:true).then((classes) {
|
| var completions = [];
|
|
|