fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
package c {
|
||||
internal fun test(): kotlin.Unit
|
||||
internal fun zzz(/*0*/ i: kotlin.Int, /*1*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
public fun zzz(/*0*/ i: kotlin.Int, /*1*/ f: (kotlin.Int) -> kotlin.Int): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user