diff --git a/S04-declarations/constant.t b/S04-declarations/constant.t index 1f9a20bcdb..a8f68c355e 100644 --- a/S04-declarations/constant.t +++ b/S04-declarations/constant.t @@ -294,6 +294,7 @@ use Test; ok Yak === F::B::c, 'can use "constant" to alias an enum value'; } +#?niecza skip "Cannot use bind operator with this LHS" { constant fib := 0, 1, *+* ... *; is fib[100], 354224848179261915075, 'can have a constant using a sequence and index it';