# New Ticket Created by  dakkar 
# Please include the string:  [perl #125997]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125997 >


This code::

  role R[$a,$b] {}
  class C does R[1] {}

  C.new;

Produces the error message::

  ===SORRY!===
  No appropriate parametric role variant available for 'R'

It would be nice to know a line number, and the signatures involved,
like we get for subs.

-- 
        Dakkar - <Mobilis in mobile>
        GPG public key fingerprint = A071 E618 DD2C 5901 9574
                                     6FE2 40EA 9883 7519 3F88
                            key id = 0x75193F88

   As a math atheist, I think I should be excused from this.
              --- Calvin, to Hobbes

Reply via email to