mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 00:21:29 +00:00
8 lines
149 B
Kotlin
8 lines
149 B
Kotlin
class M<in V>
|
|
class X
|
|
|
|
val p: M<X> = throw Exception()
|
|
|
|
// method: _DefaultPackage::getP
|
|
// jvm signature: ()LM;
|
|
// generic signature: ()LM<LX;>; |