8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
boolean removed = myList.remove(myList.get(0));
|
|
assert removed;
|
|
----
|