JS: fix inlining in a new flat JS generator
This commit is contained in:
@@ -14,7 +14,7 @@ public class A(public val x: Int) {
|
||||
|
||||
import utils.*
|
||||
|
||||
// CHECK_CONTAINS_NO_CALLS: test_0
|
||||
// CHECK_CONTAINS_NO_CALLS: test
|
||||
|
||||
internal fun test(a: A, y: Int): Int = a.plus(y)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user