
Here, the imports are duplicated - not just because they're imported from different files - the same auto-import file is listed multiple times.
real_def.dart contains the class, and both proxy1.dart and proxy2.dart re-export it. The completion lists proxy1.dart and proxy2.dart auto-imports twice each.