Skip to content

Commit 8d26935

Browse files
committed
Adds test from @kivikakk/pod6test
1 parent a8d0705 commit 8d26935

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

t/multi.pod6

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
=begin pod
2+
3+
Pod 6, determined heuristically.
4+
5+
=end pod
6+
7+
#| Base class for magicians
8+
class Magician {
9+
has Int $.level;
10+
has Str @.spells;
11+
}
12+
13+
#| Fight mechanics
14+
sub duel(Magician $a, Magician $b) {
15+
}
16+
#= Magicians only, no mortals.

0 commit comments

Comments
 (0)