FIR2IR: cache functions and their parents properly
This commit is contained in:
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun zap(s: String) = s
|
||||
|
||||
inline fun tryZap(s1: String, s2: String, fn: String.(String) -> String) =
|
||||
|
||||
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
fun zap(s: String) = s
|
||||
|
||||
inline fun tryZap(string: String, fn: String.() -> String) =
|
||||
|
||||
Reference in New Issue
Block a user