8 lines
152 B
Kotlin
Vendored
8 lines
152 B
Kotlin
Vendored
class M<in V>
|
|
class X
|
|
|
|
val p: M<X> = throw Exception()
|
|
|
|
// method: PropertyGetterInKt::getP
|
|
// jvm signature: ()LM;
|
|
// generic signature: ()LM<LX;>; |