KT-87912 [AFU] Support calling loop functions on top-level - #6973
Open
Filipp Zhinkin (fzhinkin) wants to merge 1 commit into
Open
KT-87912 [AFU] Support calling loop functions on top-level#6973Filipp Zhinkin (fzhinkin) wants to merge 1 commit into
Filipp Zhinkin (fzhinkin) wants to merge 1 commit into
Conversation
Code Owners
PR commands for maintainers
|
Contributor
Author
|
/dry-run |
This comment has been minimized.
This comment has been minimized.
Previously, it was assumed that every loop function call is supposed to have a parent function, but it is not the case if the function is invoked from another inline function initializing a top-level property. ^KT-87912 fixed
Filipp Zhinkin (fzhinkin)
force-pushed
the
afu/kt-87912-invoke-loop-fns-from-top-level-inline-fun
branch
from
July 23, 2026 18:11
7c09df2 to
f7304cc
Compare
Contributor
Author
|
/dry-run |
|
THIS IS A DRY RUN Quality gate is triggered at https://buildserver.labs.intellij.net/build/1011717209 — use this link to get full insight. Quality gate was triggered with the following revisions:
Quality gate finished successfully. |
Filipp Zhinkin (fzhinkin)
marked this pull request as ready for review
July 23, 2026 20:51
Contributor
Author
|
mvicsokolova, PTAL too (I can't add you to reviewers, for some reason). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previously, it was assumed that every loop function call is supposed to have a parent function, but it is not the case if the function is invoked from another inline function initializing a top-level property.
^KT-87912 fixed