fix tests in org.jetbrains.kotlin.js.test.semantics
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ package foo
|
||||
|
||||
// CHECK_CONTAINS_NO_CALLS: test
|
||||
|
||||
var counter = 0
|
||||
internal var counter = 0
|
||||
|
||||
fun test(a: Int) {
|
||||
internal fun test(a: Int) {
|
||||
a.times {
|
||||
counter += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user