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