mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 15:53:46 +00:00
7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
package test
|
|
|
|
public open class WrongProjectionKind : java.lang.Object {
|
|
public constructor WrongProjectionKind()
|
|
public open fun copy(/*0*/ p0: kotlin.Array<out kotlin.Number>?, /*1*/ p1: kotlin.Array<out kotlin.Number>?): kotlin.MutableList<kotlin.Number>?
|
|
}
|