Skip to content

Commit 42fdb20

Browse files
committed
[S02] Remove bogus comment about "3[0] and 3.kv should fail". They're legal.
1 parent 39b4869 commit 42fdb20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

S02-types/flattening.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ plan 41;
1010
is(@array.elems, 5, 'array has 5 elements');
1111
is(@array[0], 11, 'first value is 11');
1212
is(@array[*-1], 15, 'last value is 15');
13-
# 3[0] etc. should *not* work, but (3,)[0] should.
14-
# That's similar as with the .kv issue we've had: 3.kv should fail, but
15-
# (3,).kv should work.
1613
}
1714

1815
{

0 commit comments

Comments
 (0)