File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ knowhow NQPConcreteRoleHOW {
107
107
# # Introspecty
108
108
# #
109
109
110
- method methods ($ obj ) {
110
+ method methods ($ obj , : $ local ) {
111
111
my @ meths ;
112
112
for % ! methods {
113
113
@ meths . push ($ _ . value );
@@ -127,7 +127,7 @@ knowhow NQPConcreteRoleHOW {
127
127
$ ! name
128
128
}
129
129
130
- method attributes ($ obj ) {
130
+ method attributes ($ obj , : $ local ) {
131
131
my @ attrs ;
132
132
for % ! attributes {
133
133
@ attrs . push ($ _ . value );
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ knowhow NQPParametricRoleHOW {
143
143
# # Introspecty
144
144
# #
145
145
146
- method methods ($ obj ) {
146
+ method methods ($ obj , : $ local ) {
147
147
my @ meths ;
148
148
for % ! methods {
149
149
@ meths . push ($ _ . value );
@@ -159,7 +159,7 @@ knowhow NQPParametricRoleHOW {
159
159
$ ! name
160
160
}
161
161
162
- method attributes ($ obj ) {
162
+ method attributes ($ obj , : $ local ) {
163
163
my @ attrs ;
164
164
for % ! attributes {
165
165
@ attrs . push ($ _ . value );
You can’t perform that action at this time.
0 commit comments