mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 15:53:40 +00:00
8 lines
162 B
Kotlin
8 lines
162 B
Kotlin
class M<in K, out V>
|
|
class X
|
|
|
|
val p: M<X, X> = throw Exception()
|
|
|
|
// method: _DefaultPackage::getP
|
|
// jvm signature: ()LM;
|
|
// generic signature: ()LM<LX;LX;>; |