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,3 +1,3 @@
|
||||
package
|
||||
|
||||
internal fun ff(/*0*/ l: kotlin.Any): kotlin.MutableList<out kotlin.Any?>
|
||||
internal fun ff(/*0*/ l: kotlin.Any): kotlin.MutableList<*>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package
|
||||
|
||||
internal fun f(/*0*/ a: kotlin.Collection<kotlin.Any?>): kotlin.Boolean
|
||||
internal fun f(/*0*/ a: kotlin.Collection<*>): kotlin.Boolean
|
||||
|
||||
Reference in New Issue
Block a user