danielcirket / language

Apache License 2.0
0 stars 0 forks source link

Feature: Property setter visibility modifiers #18

Open danielcirket opened 7 years ago

danielcirket commented 7 years ago

Should we allow a different modifier to the property itself, like in C#:

public int IntProperty { get; private set; }