Use original method signature to call accessor for hidden constructor
#KT-28855 Fixed Target versions 1.3.30
This commit is contained in:
+5
@@ -10309,6 +10309,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
+5
@@ -11354,6 +11354,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user