fix tests in org.jetbrains.kotlin.js.test.semantics
This commit is contained in:
@@ -2,7 +2,7 @@ import utils.*
|
||||
|
||||
// CHECK_CONTAINS_NO_CALLS: test
|
||||
|
||||
fun test(a: A, y: Int): Int = a.plus(y)
|
||||
internal fun test(a: A, y: Int): Int = a.plus(y)
|
||||
|
||||
fun box(): String {
|
||||
assertEquals(5, test(A(2), 3))
|
||||
|
||||
Reference in New Issue
Block a user