Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing first collection item displays as .get(0) whereas others [1], [2]... #106

Open
dodalovic opened this issue Jan 26, 2018 · 2 comments

Comments

@dodalovic
Copy link

image

@jfcabral
Copy link

Confirmed in v0.9.9.4

@stokito
Copy link

stokito commented Sep 25, 2018

Confirmed in 0.9.9.8.2 of #IU-182.4505.22
A snippet to reproduce:

        List<String> list = asList("1", "2", "3");
        System.out.println(list.get(0));
        System.out.println(list.get(1));
        System.out.println(list.get(2));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants