use v6-alpha; use Test; plan 2; # L # there's probably a better smart link =kwid Isa tests =cut { my %hash = <1 2 3 4>; isa_ok(%hash, 'Hash'); isa_ok(%hash, 'List'); }