[FIR] Properly handle declarations from other source sessions in FirPredicateBasedProvider
^KT-57083 Fixed
This commit is contained in:
committed by
Space Team
parent
644391a8e0
commit
507ef3e951
+6
@@ -134,6 +134,12 @@ public class SerializationFirPsiDiagnosticTestGenerated extends AbstractSerializ
|
||||
runTest("plugins/kotlinx-serialization/testData/diagnostics/SerializableIgnored.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("serializerFromOtherModule.kt")
|
||||
public void testSerializerFromOtherModule() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/diagnostics/serializerFromOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SerializerTypeCompatibleForSpecials.kt")
|
||||
public void testSerializerTypeCompatibleForSpecials() throws Exception {
|
||||
|
||||
+6
@@ -132,6 +132,12 @@ public class SerializationPluginDiagnosticTestGenerated extends AbstractSerializ
|
||||
runTest("plugins/kotlinx-serialization/testData/diagnostics/SerializableIgnored.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("serializerFromOtherModule.kt")
|
||||
public void testSerializerFromOtherModule() throws Exception {
|
||||
runTest("plugins/kotlinx-serialization/testData/diagnostics/serializerFromOtherModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("SerializerTypeCompatibleForSpecials.kt")
|
||||
public void testSerializerTypeCompatibleForSpecials() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user