Join Nostr
2024-12-21 13:50:32 UTC
in reply to

Edaqa Mortoray on Nostr: But I have `#nullable enable` on the file, implying all references are non-null ...

But I have `#nullable enable` on the file, implying all references are non-null unless declared otherwise, like `T?`.

Also, if I mark source as `T? source` then I get errors in my code, implying that it isn't actually nullable, except in this circumstance.