fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
package aaa {
|
||||
internal fun bar(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Unit
|
||||
internal fun foo(/*0*/ a: kotlin.Int?): kotlin.Unit
|
||||
public fun bar(/*0*/ a: kotlin.Int, /*1*/ b: kotlin.Int): kotlin.Unit
|
||||
public fun foo(/*0*/ a: kotlin.Int?): kotlin.Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user