For now arrays just return tan integer if the index is something random

This commit is contained in:
Dave Halter
2018-09-01 12:35:30 +02:00
parent 8dc2aee4b4
commit 369dca79ef

View File

@@ -45,7 +45,7 @@ b[int():]
#? list() #? list()
b[:] b[:]
#? #? int()
b[:, 1] b[:, 1]
class _StrangeSlice(): class _StrangeSlice():