Is your feature request related to a problem? Please describe.
Currently, no access modifiers exist, so the visibility of translated symbols matches the defaults for the output language.
Describe the solution you'd like
Add public, protected, and private access modifiers for types and their members.
Is your feature request related to a problem? Please describe.
Currently, no access modifiers exist, so the visibility of translated symbols matches the defaults for the output language.
Describe the solution you'd like
Add
public,protected, andprivateaccess modifiers for types and their members.