Daniele Segato
09/10/2019, 9:44 AMfield
, of course he force me to initialize
Why does the compiler force me to initialize a variable that is never actually read?
the get()
doesn't ever expose the actual value of entries
but if I do not include = null
it complain with property must be initialized
I might be wrong but I kinda remember it didn't worked like that a couple of months ago (previous versions)wasyl
09/10/2019, 9:45 AMif (actual != field)
?Daniele Segato
09/10/2019, 9:46 AMfield = actual