I spotted a weird SO question about an inconsisten...
# getting-started
v
I spotted a weird SO question about an inconsistency in the type system https://stackoverflow.com/q/44857715/3144601 Is it a bug or a feature? Type system gurus? @dmitry.petrov, @yole?
l
Have you tried to create a private get method also for the first variable?
d
Can't really call myself a type system guru, but I suppose the problem here is that you can invoke a private setter on a different insurance (not
this
) of the same class.