#2044: Subclassing FileHandle
--------------------+-------------------------------------------------------
 Reporter:  ShaneC  |        Type:  bug   
   Status:  new     |    Priority:  normal
Milestone:          |   Component:  core  
  Version:  master  |    Severity:  medium
 Keywords:          |        Lang:        
    Patch:          |    Platform:  win32 
--------------------+-------------------------------------------------------
 This PIR:
 {{{
 .sub test :main
     $P0 = subclass 'FileHandle', 'TempFileHandle'
     $P1 = new 'TempFileHandle'
 .end
 }}}
 Produces:
 {{{
 Handle cannot be instantiated directly.
 }}}
 (from Handle.pmc:42)

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/2044>
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