[NI] Approximate intersection type in type argument to star if it's necessary

#KT-32196 Fixed
This commit is contained in:
Dmitriy Novozhilov
2019-12-19 14:27:58 +03:00
parent 26f7bf1c21
commit e730965bc5
15 changed files with 288 additions and 1 deletions
@@ -39,7 +39,7 @@ public final class ExoticWrapper : Wrapper<Exotic> {
public final class My {
public constructor My(/*0*/ x: kotlin.Int)
public final val wrapper: Wrapper<kotlin.Any>!
public final val wrapper: Wrapper<*>!
public final val x: kotlin.Int
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int