<div dir="ltr">I was going through some examples in my writing and noticed that<br><br>IO.println(new char[] { 'a', 'b' });<br><br>will hit the Object overload of System.out.println and not the char[] overload<br><br>This breaks a few of my examples <a href="https://javabook.mccue.dev/arrays/aliasing">https://javabook.mccue.dev/arrays/aliasing</a></div>