blob: c9ad282d4337b6375a9e8055085cd638c8b73a61 [file] [log] [blame]
class C<T : C<T>> {
fun foo(c: C<*>): C<*> = null!!
}
// method: C::foo
// jvm signature: (LC;)LC;
// generic signature: (LC<*>;)LC<*>;