FIR: introduce type resolvers #KT-24019 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
aa20d88dff
commit
3e7b9c4e27
@@ -13,7 +13,7 @@ class ConeClassTypeImpl(
|
||||
override val typeArguments: List<ConeKotlinTypeProjection>
|
||||
) : ConeClassType()
|
||||
|
||||
class NewKotlinTypeProjectionInImpl(override val type: ConeKotlinType) : ConeKotlinTypeProjectionIn()
|
||||
class ConeKotlinTypeProjectionInImpl(override val type: ConeKotlinType) : ConeKotlinTypeProjectionIn()
|
||||
|
||||
class ConeKotlinTypeProjectionOutImpl(override val type: ConeKotlinType) : ConeKotlinTypeProjectionOut()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user