You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: The sub classes of Collection (List / Array List) do not support [0] etc when they do on a production instance. It's also very hard to patch the prototype like you can for other things.
Possible Solution: Introduce some sort Proxy or inherit from Array to allow us to test code with [0] and still use the collection methods.
The text was updated successfully, but these errors were encountered:
Issue: The sub classes of Collection (List / Array List) do not support [0] etc when they do on a production instance. It's also very hard to patch the prototype like you can for other things.
Possible Solution: Introduce some sort Proxy or inherit from Array to allow us to test code with [0] and still use the collection methods.
The text was updated successfully, but these errors were encountered: