Implement inlining of default parameters in JS BE
Fix KT-17910
This commit is contained in:
@@ -8,6 +8,7 @@ inline fun inlineFun(capturedParam: String, lambda: () -> String = { capturedPar
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
// CHECK_CONTAINS_NO_CALLS: box
|
||||
|
||||
import test.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user