Fix location for @OverrideInit-derived synthetic method parameters
This commit is contained in:
committed by
SvyatoslavScherbina
parent
39e31d7086
commit
99e1ec6c9f
+1
-1
@@ -230,7 +230,7 @@ internal class InteropLoweringPart1(val context: Context) : BaseInteropIrTransfo
|
|||||||
SourceElement.NO_SOURCE
|
SourceElement.NO_SOURCE
|
||||||
)
|
)
|
||||||
|
|
||||||
val valueParameters = initMethod.valueParameters.map {
|
val valueParameters = constructor.valueParameters.map {
|
||||||
val descriptor = ValueParameterDescriptorImpl(
|
val descriptor = ValueParameterDescriptorImpl(
|
||||||
resultDescriptor,
|
resultDescriptor,
|
||||||
null,
|
null,
|
||||||
|
|||||||
Reference in New Issue
Block a user