mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
7 lines
164 B
Kotlin
Vendored
7 lines
164 B
Kotlin
Vendored
class C<T : C<T>>
|
|
|
|
fun bar(c: C<*>): C<*> = null!!
|
|
|
|
// method: StarProjectionOutsideClassKt::bar
|
|
// jvm signature: (LC;)LC;
|
|
// generic signature: (LC<*>;)LC<*>; |