[Fir2Ir] Don't use FirSyntheticProperty as the cache key
^KT-64871
This commit is contained in:
committed by
Space Team
parent
c3c215b6a4
commit
2bf5a58a30
+12
@@ -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")
|
||||
|
||||
+12
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user