You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With only the private modifier, everything works as expected. With only the readonly modifier, getters are generated correctly, but setters are also generated, even though they shouldn't be. It would be nice if the extension supported such corner cases.
The text was updated successfully, but these errors were encountered:
When confronted with...
...the tool should output...
...but instead generates...
With only the
private
modifier, everything works as expected. With only thereadonly
modifier, getters are generated correctly, but setters are also generated, even though they shouldn't be. It would be nice if the extension supported such corner cases.The text was updated successfully, but these errors were encountered: