[FIR] Fix type of this reference in copy funciton of data class
This commit is contained in:
+1
-1
@@ -1098,7 +1098,7 @@ abstract class BaseFirBuilder<T>(val baseSession: FirSession, val context: Conte
|
|||||||
returnTypeRef = propertyReturnTypeRef
|
returnTypeRef = propertyReturnTypeRef
|
||||||
name = propertyName
|
name = propertyName
|
||||||
symbol = FirVariableSymbol(propertyName)
|
symbol = FirVariableSymbol(propertyName)
|
||||||
defaultValue = generateComponentAccess(parameterSource, firProperty, propertyReturnTypeRef, classTypeRef)
|
defaultValue = generateComponentAccess(parameterSource, firProperty, classTypeRef, propertyReturnTypeRef)
|
||||||
isCrossinline = false
|
isCrossinline = false
|
||||||
isNoinline = false
|
isNoinline = false
|
||||||
isVararg = false
|
isVararg = false
|
||||||
|
|||||||
Reference in New Issue
Block a user