Skip to content

Commit f2bcde8

Browse files
authored
Doc-imports can't have show?!
1 parent 9fb1d44 commit f2bcde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/collection/lib/src/list_extensions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ extension ListExtensions<E> on List<E> {
372372
/// after: true,
373373
/// )); // []
374374
/// ```
375-
/// @docImport 'iterable_extensions.dart' show IterableExtension;
375+
/// @docImport 'iterable_extensions.dart';
376376
List<E> separated(E separator, {bool before = false, bool after = false}) =>
377377
_SeparatedList<E>(this, separator, before, after);
378378

0 commit comments

Comments
 (0)