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