fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
internal fun max(/*0*/ a: kotlin.IntArray): kotlin.Int?
|
||||
internal fun kotlin.IntArray.forEachIndexed(/*0*/ op: (kotlin.Int, kotlin.Int) -> kotlin.Unit): kotlin.Unit
|
||||
public fun max(/*0*/ a: kotlin.IntArray): kotlin.Int?
|
||||
public fun kotlin.IntArray.forEachIndexed(/*0*/ op: (kotlin.Int, kotlin.Int) -> kotlin.Unit): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user