We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the following snippet:
Collection<String> numbers = List.of("one","two","three"); numbers.remove("two"); System.out.println(numbers);
An unsupported operation exception must be thrown.
Playground output:
JShell Version 21.0.1 output:
Linux
Chrome
eudris@gmail.com
Leave blank
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. We will investigate this issue.
Sorry, something went wrong.
Fixed in PG22
Variable declaration & initialization ⮕ [one, two, three] Exception java.lang.UnsupportedOperationException
delabassee
No branches or pull requests
What happened?
In the following snippet:
An unsupported operation exception must be thrown.
Playground output:
JShell Version 21.0.1 output:
OS
Linux
What browsers are you seeing the problem on?
Chrome
Contact Details (optional)
eudris@gmail.com
Additional information
Leave blank
The text was updated successfully, but these errors were encountered: