mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
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;>; |