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