You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throwing a null value is no longer possible as it's converted to NPE at runtime, but section 11.9 of the spec (0.09) still says:
A catch clause of one of the forms ... matches an object o if o is null or if the type of o is a subtype of T1.
Can't figure a way how o could be null now.
The text was updated successfully, but these errors were encountered:
This issue was originally filed by rodion...@unipro.ru
Throwing a null value is no longer possible as it's converted to NPE at runtime, but section 11.9 of the spec (0.09) still says:
A catch clause of one of the forms ... matches an object o if o is null or if the type of o is a subtype of T1.
Can't figure a way how o could be null now.
The text was updated successfully, but these errors were encountered: