Skip to content

Commit 7d97113

Browse files
committed
WIP
1 parent 0999089 commit 7d97113

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test_package/lib/exporter.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)