# New Ticket Created by  publiustemp-perl6interna...@yahoo.com 
# Please include the string:  [perl #61990]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61990 >


For r35004:

  subset Even of Int where { not $_ % 2 };
  my Even $num = 2;
  say $num;
  say $num.WHAT;


Output:

  2
  Int
 
I'm expecting:

  2
  Even

Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Reply via email to