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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
package
|
||||
|
||||
internal fun test(/*0*/ t: Tr<out kotlin.Any?>): kotlin.Unit
|
||||
internal fun test(/*0*/ t: Tr<*>): kotlin.Unit
|
||||
|
||||
internal trait Tr</*0*/ T> {
|
||||
internal abstract var v: Tr<T>
|
||||
|
||||
Reference in New Issue
Block a user