Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add new trait to highexpect list
  • Loading branch information
moritz committed Dec 21, 2014
1 parent b902e0d commit c908f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/traits.pm
Expand Up @@ -130,7 +130,7 @@ multi trait_mod:<is>(Routine:D $r, |c ) {
type => 'is',
subtype => c.hash.keys[0],
declaring => ' ' ~ lc( $r.^name ),
highexpect => ('rw parcel hidden_from_backtrace',
highexpect => ('rw parcel hidden_from_backtrace hidden_from_USAGE',
'pure default DEPRECATED inlinable',
'prec equiv tighter looser assoc leading_docs trailing_docs' ),
).throw;
Expand Down

0 comments on commit c908f98

Please sign in to comment.