FIR: use default getter in serializer if fir contains none
since we generate the default getter in this case in Fir2IrDeclarationStorage.createIrProperty, so the serialized metadata should follow the same behavior. #KT-57373 fixed
This commit is contained in:
committed by
Space Team
parent
913b55174d
commit
a045a0a81c
+6
@@ -11785,6 +11785,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationDifferentModule2.kt")
|
||||
public void testDelegationDifferentModule2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToIntersectionType.kt")
|
||||
public void testDelegationToIntersectionType() throws Exception {
|
||||
|
||||
+6
@@ -11881,6 +11881,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationDifferentModule2.kt")
|
||||
public void testDelegationDifferentModule2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToIntersectionType.kt")
|
||||
public void testDelegationToIntersectionType() throws Exception {
|
||||
|
||||
+6
@@ -11881,6 +11881,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationDifferentModule2.kt")
|
||||
public void testDelegationDifferentModule2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToIntersectionType.kt")
|
||||
public void testDelegationToIntersectionType() throws Exception {
|
||||
|
||||
+6
@@ -11881,6 +11881,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationDifferentModule2.kt")
|
||||
public void testDelegationDifferentModule2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegation/delegationDifferentModule2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("delegationToIntersectionType.kt")
|
||||
public void testDelegationToIntersectionType() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user