Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit b0fa8db

Browse files
committed
Make ACCEPTS a multi and correct the signature of it.
1 parent 78031bf commit b0fa8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/metamodel/how/NQPMu.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class NQPMu {
77
self.CREATE()
88
}
99

10-
# XXX This should have siggy (self:U: $topic) and be multi.
11-
method ACCEPTS($topic) {
10+
proto method ACCEPTS($topic) { * }
11+
multi method ACCEPTS(NQPMu:U $self: $topic) {
1212
pir::type_check__IPP($topic, self.WHAT)
1313
}
1414
}

0 commit comments

Comments
 (0)