Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds from @kivikakk to test #55. Thanks for the issue
  • Loading branch information
JJ committed Dec 14, 2018
1 parent 3d6c595 commit a0ebb8c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions t/test.pod6
@@ -0,0 +1,16 @@
=begin pod
Pod 6, indicated by extension.
=end pod

#| Base class for magicians
class Magician {
has Int $.level;
has Str @.spells;
}

#| Fight mechanics
sub duel(Magician $a, Magician $b) {
}
#= Magicians only, no mortals.

0 comments on commit a0ebb8c

Please sign in to comment.