Hey guys, is there any way to create delegate whic...
# announcements
b
Hey guys, is there any way to create delegate which always returns notNull value(if null check, returns new instance) but setter can set null? Now compiler shows us that it is not allowed, field for which delegate is assigned should be marked with '?’.