9 lines
170 B
Kotlin
9 lines
170 B
Kotlin
class M<in V>
|
|
class X
|
|
|
|
val p: M<X> = throw Exception()
|
|
|
|
// method: namespace::getP
|
|
// jvm signature: ()LM;
|
|
// generic signature: ()LM<LX;>;
|
|
// kotlin signature: null |