On Friday, 7 June 2019 at 09:26:52 UTC, Amex wrote:
if (X !is null && X.Y !is null) access crash
is crashing.

imo this code is valid. u can write shorter
if (X && X.Y)
probably crashed in some another place (X is not objRef but something else.. some code later at same line.. dunno)

Reply via email to