We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1cabb commit e8a337bCopy full SHA for e8a337b
S11-modules/export.t
@@ -183,6 +183,7 @@ ok( ! &EXPORT::DEFAULT::exp_my_tag,
183
ok hash_str(Hash[Str].new({ak => "ak"})), 'Hash[Str] istype across module seam';
184
ok hash_hash_str(Hash[Hash[Str]].new({akk => { ak => "ak" }})), 'Hash[Hash[Str]] istype across module seam';
185
186
+ #?rakudo 3 todo 'Containers parameterized with define type fail istype RT#129215'
187
ok array_str_d(Array[Str:D].new("A","B")), 'Array[Str:D] istype across module seam';
188
ok hash_str_d(Hash[Str:D].new({ak => "ak"})), 'Hash[Str:D] istype across module seam';
189
ok hash_hash_str_d(Hash[Hash[Str:D]].new({akk => { ak => "ak" }})), 'Hash[Hash[Str:D]] istype across module seam';
0 commit comments