diff --git a/src/core/List.pm b/src/core/List.pm index 8cdc7482552..28d2dc0205e 100644 --- a/src/core/List.pm +++ b/src/core/List.pm @@ -590,7 +590,7 @@ my class List does Iterable does Positional { # declared in BOOTSTRAP } # The , operator produces a List. -proto infix:<,>(|) is assoc('list') {*} +proto infix:<,>(|) {*} multi infix:<,>() { my \result = List.CREATE; nqp::bindattr(result, List, '$!reified', BEGIN IterationBuffer.CREATE);