[FIR] Don't create generated nested classifier scope for non-source classes
^KT-57626 Fixed
This commit is contained in:
committed by
Space Team
parent
ea6651445c
commit
fb97f4db87
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user