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)?wasyl
09/10/2019, 9:45 AMDaniele Segato
09/10/2019, 9:46 AMfield = actualDaniele Segato
09/10/2019, 9:47 AM