mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 15:53:37 +00:00
7 lines
271 B
Plaintext
Vendored
7 lines
271 B
Plaintext
Vendored
package test
|
|
|
|
public open class WrongProjectionKind {
|
|
public constructor WrongProjectionKind()
|
|
public open fun copy(/*0*/ p0: kotlin.Array<(out) kotlin.Number!>!, /*1*/ p1: kotlin.Array<(out) kotlin.Number!>!): kotlin.collections.(Mutable)List<kotlin.Number!>!
|
|
}
|