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