We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e13f8 commit fe36f26Copy full SHA for fe36f26
S14-roles/lexical.t
@@ -23,7 +23,7 @@ eval_dies_ok '{ my class R3 {}; R3; }; R3',
23
method catwalk() { 'ooh pretty!' }
24
}
25
#?rakudo todo 'role stringification (?)'
26
- is Model.Str, 'Model()', 'lexical role type object stringifies OK';
+ is Model.gist, 'Model()', 'lexical role type object stringifies OK';
27
is Model.catwalk, 'ooh pretty!', 'can pun lexical role';
28
29
my class SuperModel does Model {
0 commit comments