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