Skip to content

Commit 4c3c608

Browse files
committed
fix
1 parent d7ca34a commit 4c3c608

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

testing/test_package/lib/fake.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ import 'mylibpub.dart' as renamedLib2;
7979
import 'two_exports.dart' show BaseClass;
8080
export 'src/notadotdartfile';
8181

82-
// Verify that even though reexported, objects don't show in documentation.
83-
export 'package:test_package/src/nodocme.dart';
84-
8582
// ignore: uri_does_not_exist
8683
export 'package:test_package_imported/categoryExporting.dart'
8784
show IAmAClassWithCategories;

0 commit comments

Comments
 (0)