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