Evaluate apiVersionIsAtLeast on compile time while IR-inlining
IR inliner should evaluate `apiVersionIsAtLeast` on compile-time (except cases of inlining to inline functions from kotlin runtime) just as bytecode inliner does. ^KT-59291: Fixed
This commit is contained in:
committed by
Space Team
parent
f4f9f1f8f8
commit
38e9dfc823
-1
@@ -2,7 +2,6 @@
|
||||
|
||||
// Wrong function resolution after package renaming
|
||||
// IGNORE_BACKEND: ANDROID
|
||||
// IGNORE_INLINER: IR
|
||||
|
||||
// FILE: 1.kt
|
||||
package kotlin.internal
|
||||
|
||||
Reference in New Issue
Block a user