Skip to content

Commit

Permalink
Lists cannot be parametarized
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 16, 2018
1 parent 5394ea5 commit db9872d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MISC/bug-coverage.t
Expand Up @@ -85,7 +85,7 @@ subtest 'enums with names of core types do not blow things up unexpectedly' => {
}

# https://github.com/rakudo/rakudo/issues/1411
-> List:D[Int] \z {
-> Positional:D[Int] \z {
is-deeply z, (1, 2, 3),
'parametarization of a DefiniteHOW does not complain about complex coercers'
}((1, 2, 3));
Expand Down

0 comments on commit db9872d

Please sign in to comment.