Y
Hacker News
new
|
ask
|
show
|
jobs
by
bradleyjg
3376 days ago
I guess that makes sense. It is similar to:
void putSomething(Integer i) void putSomething(String i)
and
obj.putSomething(null)
which I think throws a compiler error in java.