KT-6698 Bad class file when using a star-projection on a Java's recursive generic parameter
#KT-6698 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C<T : C<T>> {
|
||||
fun foo(c: C<*>): C<*> = null!!
|
||||
}
|
||||
|
||||
// method: C::foo
|
||||
// jvm signature: (LC;)LC;
|
||||
// generic signature: (LC<*>;)LC<*>;
|
||||
Reference in New Issue
Block a user