mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
7 lines
254 B
Plaintext
7 lines
254 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>?
|
|
}
|