We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0999089 commit 7d97113Copy full SHA for 7d97113
test_package/lib/exporter.dart
@@ -0,0 +1,6 @@
1
+library exporter;
2
+
3
+import 'example.dart';
4
5
+// testing that a library that exports a library that exports a name
6
+export 'example.dart' show Cool;
0 commit comments