a = ""; // ok
string a = null; // warning
string? a = null; // ok
Ah, now that makes since.
Обсуждают сегодня