7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
package test
|
|
|
|
public open class CustomVariance : java.lang.Object {
|
|
public constructor CustomVariance()
|
|
public open fun foo() : jet.MutableList<out jet.Number>
|
|
}
|