Y
Hacker News
new
|
ask
|
show
|
jobs
by
tstack
686 days ago
They most certainly can be null as can “this”.
2 comments
usefulcat
686 days ago
Only
after
dereferencing a null pointer, which would be the actual problem, not the fact that some reference or this is null.
link
Matheus28
686 days ago
You cannot have a null reference unless you invoke undefined behavior first.
link