Implement inlining of default parameters in JS BE
Fix KT-17910
This commit is contained in:
Vendored
+1
@@ -8,6 +8,7 @@ inline fun inlineFun(lambda: () -> Any = { "OK" as Any }): Any {
|
||||
}
|
||||
|
||||
// FILE: 2.kt
|
||||
// CHECK_CONTAINS_NO_CALLS: box except=throwCCE;isType
|
||||
|
||||
import test.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user