Use original method signature to call accessor for hidden constructor

#KT-28855 Fixed Target versions 1.3.30
This commit is contained in:
Dmitry Petrov
2018-12-21 11:35:28 +03:00
parent 10f0a2f660
commit 2f6c4a0472
7 changed files with 40 additions and 1 deletions
@@ -2271,7 +2271,7 @@ public class ExpressionCodegen extends KtVisitor<StackValue, StackValue> impleme
// Constructors with inline class type value parameters should always be called using an accessor.
// NB this will require accessors even if the constructor itself is in a different module.
return new AccessorForConstructorDescriptor(
(ClassConstructorDescriptor) descriptor,
(ClassConstructorDescriptor) descriptor.getOriginal(),
descriptor.getContainingDeclaration(),
getSuperCallTarget(resolvedCall.getCall()),
AccessorKind.NORMAL