Classes, class members and functions would have primitive access modifiers inferred from their name similarly to Go:
- property
_prop would be private while property Prop would be public
- could have
prop to be accessed only inside the same source file or something
Classes, class members and functions would have primitive access modifiers inferred from their name similarly to Go:
_propwould be private while propertyPropwould be publicpropto be accessed only inside the same source file or something