8 lines
315 B
Plaintext
Vendored
8 lines
315 B
Plaintext
Vendored
package
|
|
|
|
package j {
|
|
public fun testArrays(/*0*/ ci: kotlin.collections.List<kotlin.Int?>, /*1*/ cii: kotlin.collections.List<kotlin.Int?>?): kotlin.Unit
|
|
public fun </*0*/ T : kotlin.Any> T?.sure(): T
|
|
public fun </*0*/ E> kotlin.collections.List<*>.toArray(/*0*/ ar: kotlin.Array<E>): kotlin.Array<E>
|
|
}
|