Youssef Shoaib [MOD]
09/26/2025, 11:42 PMFirFunctionCallRefinementExtension (I know, not advisable) on Kotlin 2.2.20
When there's a call like:
foo { bar(...) }
where both foo and bar are functions I intercept. I only get a transform call for foo, not for bar. Is that expected?