Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing file for test for RT #84280
  • Loading branch information
usev6 committed Jan 25, 2015
1 parent d591ae5 commit e8465cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/RT84280.pm
@@ -0,0 +1,7 @@
module RT84280;

sub foo(Str $a) is export {
}

multi sub bar(Str $a) is export {
}

0 comments on commit e8465cb

Please sign in to comment.