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


The accessor methods that are generated for rw attributes function correctly 
but are not actually marked 'rw':

class F { has $.foo is rw }; say F.^lookup("foo").rw # False

Whereas they did prior to generate_accessor being used.

The correct details from introspection are useful if later wrapping the methods.

This is Rakudo version 2016.02-88-g7fab8e7 built on MoarVM version 
2016.02-8-ga329

Reply via email to