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


labster: rn: class Foo is ::("Str") { }; say Foo.can('substr')
[3:43pm] camelia: rakudo 203e3a: OUTPUT«[31m===[0mSORRY![31m===[0m␤'Foo'
cannot inherit from '::("Str")' because it is unknown.␤at
/tmp/iNAeA_Q1i9:1␤------> ␤»
[3:43pm] camelia: ..niecza v24-37-gf9c8fc2: OUTPUT«True␤»
[3:45pm] labster: std: class Foo is ::("Str") { }; say Foo.can('substr')
[3:45pm] camelia: std 86b102f: OUTPUT«ok 00:00 43m␤»

the four-eyed frog operator ::() doesn't make a class object here.

Reply via email to