Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Native] Always lower a function inside inline fun resolver
Even if a function is partially lowered, we will not break anything if we lower it again. Later we will introduce a new lowering (the same as SaveInlineFunctionsBeforeInlining for JS) that will cache functions lowered for the inliner. #KT-67220
- Loading branch information