fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
package a {
|
||||
internal fun bar(): kotlin.Unit
|
||||
internal fun foo(/*0*/ i: kotlin.Int, /*1*/ s: kotlin.String): kotlin.Unit
|
||||
internal fun test(): kotlin.Unit
|
||||
public fun bar(): kotlin.Unit
|
||||
public fun foo(/*0*/ i: kotlin.Int, /*1*/ s: kotlin.String): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user