-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readonly-keyword fixer does not work for array index signatures #62
Comments
@geon I tried to replicate the problem with a test, see commit above. But it passed. I guess you are using this at some other place than an interface declaration? |
Looks like you added the test for |
Sent pull request: #63 |
Aha, perfect, now it is clear. I'll take another look. Meanwhile feel free to update the PR with a fix if you want :-). |
Could be related to #24. |
became
should be
The text was updated successfully, but these errors were encountered: