Fix looks good.
I'd add this final check from the transcript in the RFR:
jshell> var b = java.util.List.of("bb")
b ==> [bb]
To the test.
No need to re-review.
-Robert
On 2/20/20 11:33 AM, Jan Lahoda wrote:
>
> jshell> var b = java.util.List.of("bb")
> b ==> [bb]