[K/JS] Use only single variant of default arguments function wrapper for exported and not-exported functions
This commit is contained in:
@@ -24,6 +24,4 @@ inline fun bar(i: Int = 1) {
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:4 box
|
||||
// test.kt:8 foo$default
|
||||
// test.kt:8 foo$default
|
||||
// test.kt:8 foo$default
|
||||
// test.kt:8 foo
|
||||
Reference in New Issue
Block a user