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