FIR: precise lookupTag parameter of ConeTypeVariableType as it always accepts ConeTypeVariableTypeConstructor

This commit is contained in:
Ilya Kirillov
2021-09-28 19:13:15 +02:00
committed by TeamCityServer
parent d3913b85cf
commit cdde765ad9
2 changed files with 3 additions and 4 deletions
@@ -226,7 +226,7 @@ data class ConeCapturedType(
data class ConeTypeVariableType(
override val nullability: ConeNullability,
override val lookupTag: ConeClassifierLookupTag,
override val lookupTag: ConeTypeVariableTypeConstructor,
override val attributes: ConeAttributes = ConeAttributes.Empty,
) : ConeLookupTagBasedType() {
override val typeArguments: Array<out ConeTypeProjection> get() = emptyArray()