[Fir2Ir] Don't use FirSyntheticProperty as the cache key

^KT-64871
This commit is contained in:
Pavel Kunyavskiy
2024-01-16 11:10:54 +01:00
committed by Space Team
parent c3c215b6a4
commit 2bf5a58a30
9 changed files with 155 additions and 12 deletions
@@ -35385,6 +35385,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt");
}
@Test
@TestMetadata("hashSetSize.kt")
public void testHashSetSize() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/hashSetSize.kt");
}
@Test
@TestMetadata("internalOverride.kt")
public void testInternalOverride() throws Exception {
@@ -35421,6 +35427,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/multiplatform/k2/staticjavaFieldInCommonCode.kt");
}
@Test
@TestMetadata("synteticProperty.kt")
public void testSynteticProperty() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/synteticProperty.kt");
}
@Nested
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations")
@TestDataPath("$PROJECT_ROOT")
@@ -35385,6 +35385,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt");
}
@Test
@TestMetadata("hashSetSize.kt")
public void testHashSetSize() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/hashSetSize.kt");
}
@Test
@TestMetadata("internalOverride.kt")
public void testInternalOverride() throws Exception {
@@ -35421,6 +35427,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/multiplatform/k2/staticjavaFieldInCommonCode.kt");
}
@Test
@TestMetadata("synteticProperty.kt")
public void testSynteticProperty() throws Exception {
runTest("compiler/testData/codegen/box/multiplatform/k2/synteticProperty.kt");
}
@Nested
@TestMetadata("compiler/testData/codegen/box/multiplatform/k2/annotations")
@TestDataPath("$PROJECT_ROOT")