fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
package
|
||||
|
||||
package b {
|
||||
internal fun bar(): kotlin.Unit
|
||||
public fun bar(): kotlin.Unit
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package
|
||||
|
||||
package j {
|
||||
internal fun testArrays(/*0*/ ci: kotlin.List<kotlin.Int?>, /*1*/ cii: kotlin.List<kotlin.Int?>?): kotlin.Unit
|
||||
internal fun </*0*/ T : kotlin.Any> T?.sure(): T
|
||||
internal fun </*0*/ E> kotlin.List<*>.toArray(/*0*/ ar: kotlin.Array<E>): kotlin.Array<E>
|
||||
public fun testArrays(/*0*/ ci: kotlin.List<kotlin.Int?>, /*1*/ cii: kotlin.List<kotlin.Int?>?): kotlin.Unit
|
||||
public fun </*0*/ T : kotlin.Any> T?.sure(): T
|
||||
public fun </*0*/ E> kotlin.List<*>.toArray(/*0*/ ar: kotlin.Array<E>): kotlin.Array<E>
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package
|
||||
|
||||
internal fun test(): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package
|
||||
|
||||
internal fun </*0*/ T> bar(/*0*/ f: () -> T): T
|
||||
internal fun test(/*0*/ map: kotlin.MutableMap<kotlin.Int, kotlin.Int>): kotlin.Unit
|
||||
public fun </*0*/ T> bar(/*0*/ f: () -> T): T
|
||||
public fun test(/*0*/ map: kotlin.MutableMap<kotlin.Int, kotlin.Int>): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user