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
@@ -12729,6 +12729,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inlineClasses/hiddenConstructor/innerClassConstructor.kt");
}
@TestMetadata("kt28855.kt")
public void testKt28855() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/hiddenConstructor/kt28855.kt");
}
@TestMetadata("primaryConstructor.kt")
public void testPrimaryConstructor() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/hiddenConstructor/primaryConstructor.kt");