# New Ticket Created by Zoffix Znet # Please include the string: [perl #127841] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127841 >
As seen from the code evals below, applying a :U smiley on a variable and then trying to see .WHAT it is shows an error: <ZoffixW> m: my Int:U $x; say $x.WHAT <camelia> rakudo-moar 600eb5: OUTPUT«Method 'shortname' not found for invocant of class 'Perl6::Metamodel::DefiniteHOW' in block <unit> at /tmp/f25jG54p5v line 1» <ZoffixW> m: my Any:U $x; say $x <camelia> rakudo-moar 600eb5: OUTPUT«Method 'shortname' not found for invocant of class 'Perl6::Metamodel::DefiniteHOW' in block <unit> at /tmp/93HKLtR89U line 1»