Skip to content

Commit

Permalink
export test name conflicts with another file
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 29, 2018
1 parent f8a479f commit d67bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/modules.pod6
Expand Up @@ -321,7 +321,7 @@ no matter whether the using program adds any tag or not.
5. Multiple tags may be used in the C<export> trait, but they must
all be separated by either commas, or whitespace, but not both.
=begin code
=begin code :solo
sub foo() is export(:foo :s2 :net) {}
sub bar() is export(:bar, :s3, :some) {}
=end code
Expand Down

0 comments on commit d67bcde

Please sign in to comment.