Skip to content

Allow ArrayList to be subscriptable #27

@bfbenf

Description

@bfbenf

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions