Fix return type in SyntheticAccessorLowering
This commit is contained in:
committed by
max-kammerer
parent
e6f65d4260
commit
64120e8220
+1
-1
@@ -271,7 +271,7 @@ private class SyntheticAccessorLowering(val context: JvmBackendContext) : IrElem
|
||||
resolvedTargetField.symbol,
|
||||
maybeDispatchReceiver,
|
||||
value,
|
||||
resolvedTargetField.type
|
||||
context.irBuiltIns.unitType
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user