mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
namespace test
|
|
|
|
public open class test.CustomVariance : java.lang.Object {
|
|
public final /*constructor*/ fun <init>(): test.CustomVariance
|
|
public open fun foo(): jet.MutableList<out jet.Number>
|
|
}
|