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


Rakudo r34428:

./perl6 -e '1.does(Int)'
Method 'does' not found for invocant of class 'Int'

Every object should have .does method, which should check the same type
conformance as $object ~~ Type does.
There are many tests for .does spread out all over the test suite, many
tests
for .does and builtin types are in
t/spec/S02-builtin_data_types/sigils-and-types.t

Cheers,
Moritz

Reply via email to