Use original method signature to call accessor for hidden constructor
#KT-28855 Fixed Target versions 1.3.30
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user