#809: Opcode 'isa' does not accept RSA PMC for class
-----------------------------+----------------------------------------------
 Reporter:  Austin_Hastings  |        Type:  bug   
   Status:  new              |    Priority:  normal
Milestone:                   |   Component:  core  
  Version:  1.3.0            |    Severity:  medium
 Keywords:  test             |        Lang:        
    Patch:                   |    Platform:        
-----------------------------+----------------------------------------------
Changes (by coke):

  * keywords:  => test


Comment:

 This now prints "1":

 {{{

 .sub foo
   load_language "PCT"
   $P1 = new ['PCT'; 'Node']
   $P0 = split "::", "PCT::Node"
   $I0 = isa $P1, $P0
   say $I0
 .end
 }}}

 This just needs a test and we can close it out.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/809#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to