Implement inlining of default parameters in JS BE
Fix KT-17910
This commit is contained in:
+1
@@ -14,6 +14,7 @@ class A(val value: String) {
|
||||
|
||||
import test.*
|
||||
|
||||
// CHECK_CONTAINS_NO_CALLS: box
|
||||
fun box(): String {
|
||||
return A("OK").inlineFun()
|
||||
}
|
||||
Reference in New Issue
Block a user