Rename: ConeTypeVariableType.lookupTag -> typeConstructor
This commit is contained in:
committed by
Space Team
parent
1ceec4d6d7
commit
53ab32e0fb
+1
-1
@@ -23,7 +23,7 @@ private class TypeVariableTypeRemovingSubstitutor(typeContext: ConeTypeContext)
|
||||
}
|
||||
|
||||
private fun convertTypeVariableType(type: ConeTypeVariableType): ConeKotlinType {
|
||||
val originalTypeParameter = type.lookupTag.originalTypeParameter
|
||||
val originalTypeParameter = type.typeConstructor.originalTypeParameter
|
||||
if (originalTypeParameter != null) {
|
||||
check(originalTypeParameter is ConeTypeParameterLookupTag)
|
||||
return ConeTypeParameterTypeImpl(originalTypeParameter, type.isNullable, type.attributes)
|
||||
|
||||
Reference in New Issue
Block a user