Should this be allowed? What is it's purpose? It could compare two arrays, but surely not that each element of type char is null?

char[] buffer;
if (buffer == null) {}

Reply via email to