yeah so isn’t using a `var` somewhat “safer” (in t...
# language-proposals
d
yeah so isn’t using a
var
somewhat “safer” (in the way it doesn’t pretend to be immutable) when expecting it to be set through reflection (which is how I understand mock frameworks to do it) ?