mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Implement inlining of default parameters in JS BE
Fix KT-17910
This commit is contained in:
@@ -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