yeah, the implicit conversion is a little unusual ...
# language-proposals
k
yeah, the implicit conversion is a little unusual for the language (more something I'd expect to see in Scala I think), but I don't think that an overloaded setter would be that confusing for most cases. I guess it could be confusing for example, if you want to talk about what happens when you override a
var
. Do all of the setters get inherited too or just the default?