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