[FIR] Incorrect warnings about inline function impact

^KT-65959 Fixed
This commit is contained in:
Vladimir Sukharev
2024-03-07 21:47:05 +01:00
committed by Space Team
parent 232c3aeadc
commit aa1cce78c3
11 changed files with 61 additions and 1 deletions
@@ -0,0 +1,7 @@
// FIR_IDENTICAL
// ISSUE: KT-65959
import kotlin.reflect.KFunction0
<!NOTHING_TO_INLINE!>inline<!> fun foo(block: KFunction0<Unit>) {
block()
}