ndtaylor
01/06/2016, 9:28 PMprivate var myField: MyField?
internal set
I get the error “Setter visibility must the same or less permissive than property visibility.”
What’s the reasoning behind this validation? To me it seems perfectly valid to provide a setter with no getter for a field.