[FIR] Incorrect warnings about inline function impact
^KT-65959 Fixed
This commit is contained in:
committed by
Space Team
parent
232c3aeadc
commit
aa1cce78c3
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// FIR_IDENTICAL
|
||||
// ISSUE: KT-65959
|
||||
import kotlin.reflect.KFunction0
|
||||
|
||||
<!NOTHING_TO_INLINE!>inline<!> fun foo(block: KFunction0<Unit>) {
|
||||
block()
|
||||
}
|
||||
Reference in New Issue
Block a user