Skip to content

Kotlin: fix array iterator extraction #10169

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

Merged
merged 3 commits into from
Aug 26, 2022

Conversation

tamasvajk
Copy link
Contributor

This PR fixes the extraction of calls to Array::iterator function. These iterators were only extracted correctly in for loops before. Additionally, iterators of arrays of primitive types are also fixed.

@tamasvajk tamasvajk requested review from a team as code owners August 25, 2022 09:22
@tamasvajk tamasvajk removed the request for review from a team August 25, 2022 09:22
@tamasvajk tamasvajk merged commit 4f5c06f into github:main Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants