[FIR] Don't create generated nested classifier scope for non-source classes

^KT-57626 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-03-28 14:10:05 +03:00
committed by Space Team
parent ea6651445c
commit fb97f4db87
4 changed files with 42 additions and 2 deletions
@@ -177,6 +177,12 @@ public class SerializationFirLightTreeBlackBoxTestGenerated extends AbstractSeri
runTest("plugins/kotlinx-serialization/testData/boxIr/serialInfo.kt");
}
@Test
@TestMetadata("serializableFromAnotherModule.kt")
public void testSerializableFromAnotherModule() throws Exception {
runTest("plugins/kotlinx-serialization/testData/boxIr/serializableFromAnotherModule.kt");
}
@Test
@TestMetadata("serializableOnPropertyType.kt")
public void testSerializableOnPropertyType() throws Exception {
@@ -175,6 +175,12 @@ public class SerializationIrBoxTestGenerated extends AbstractSerializationIrBoxT
runTest("plugins/kotlinx-serialization/testData/boxIr/serialInfo.kt");
}
@Test
@TestMetadata("serializableFromAnotherModule.kt")
public void testSerializableFromAnotherModule() throws Exception {
runTest("plugins/kotlinx-serialization/testData/boxIr/serializableFromAnotherModule.kt");
}
@Test
@TestMetadata("serializableOnPropertyType.kt")
public void testSerializableOnPropertyType() throws Exception {