#1640: Method names that start with '@' are not recognized.
-----------------------+----------------------------------------------------
 Reporter:  shockwave  |        Type:  bug  
   Status:  new        |    Priority:  major
Milestone:             |   Component:  imcc 
  Version:  2.3.0      |    Severity:  high 
 Keywords:             |        Lang:       
    Patch:             |    Platform:       
-----------------------+----------------------------------------------------

Comment(by NotFound):

 As expected, '@@@' fails:

 {{{
 .namespace ['Test']

 .sub '@@@' :method
   say 'help'
 .end

 .sub 'main' :main
   $P0 = newclass 'Test'
   $P1 = new 'Test'
   $P1.'@@@'()
 .end
 }}}

 Method '@@@' not found for invocant of class 'Test'

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