[perl #126506] signature in only method issues

2015-11-02 Thread jn...@jnthn.net via RT
On Fri Oct 30 15:03:44 2015, elizabeth wrote: > 22:30:53] m: class A { has $.a; method gist(A:D:) { $!a > } }; A.gist # invocant smiley is ignored if not a multi :-( > [22:30:54] <+camelia> rakudo-moar 4e45f0: OUTPUT«Invocant requires > an instance of type A, but a type object was passe

[perl #126506] signature in only method issues

2015-10-30 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #126506] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126506 > 22:30:53] m: class A { has $.a; method gist(A:D:) { $!a } }; A.gist # inv