On Tuesday, 4 February 2014 at 13:11:49 UTC, Idan Arye wrote:
Why is `bar(w);` an error? I may be perfectly valid for `bar` to accept null as argument.
It should declare its argument as Nullable!w then.
On Tuesday, 4 February 2014 at 13:11:49 UTC, Idan Arye wrote:
Why is `bar(w);` an error? I may be perfectly valid for `bar` to accept null as argument.
It should declare its argument as Nullable!w then.