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(s: String): String = log(s + ";")
|
||||
internal fun test(s: String): String = log(s + ";")
|
||||
|
||||
fun box(): String {
|
||||
assertEquals("a;", test("a"))
|
||||
|
||||
Reference in New Issue
Block a user