FIR: introduce type resolvers #KT-24019 Fixed

This commit is contained in:
Simon Ogorodnik
2018-03-20 01:25:51 +03:00
committed by Mikhail Glukhikh
parent aa20d88dff
commit 3e7b9c4e27
22 changed files with 386 additions and 3 deletions
@@ -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()