Fix supertypes calculation for types with projections
Use captured types as replacement for non top-level entries #KT-7296 Fixed
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
package
|
||||
|
||||
public fun bar(/*0*/ x: A<A<*>>): kotlin.Unit
|
||||
public fun bar1(/*0*/ x: A<A<*>>): kotlin.Unit
|
||||
public fun bar2(/*0*/ x: A<out A<*>>): kotlin.Unit
|
||||
public fun bar3(/*0*/ x: A<*>): kotlin.Unit
|
||||
public fun foo(/*0*/ x: B<*>): kotlin.Unit
|
||||
|
||||
public interface A</*0*/ T> {
|
||||
|
||||
Reference in New Issue
Block a user