[FIR] Do not include transitive friend dependencies in symbol provider
When flattening a dependency FirSymbolProvider, make sure transitive dependency FirSymbolProviders are not included. This requires checking that nested symbol provider sessions match the composite symbol provider session when they are both source sessions. ^KT-60614 Fixed
This commit is contained in:
-6
@@ -438,12 +438,6 @@ public class ClassicNativeIrTextTestGenerated extends AbstractClassicNativeIrTex
|
||||
runTest("compiler/testData/ir/irText/declarations/kt35550.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/kt45308.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47527.kt")
|
||||
public void testKt47527() throws Exception {
|
||||
|
||||
-6
@@ -438,12 +438,6 @@ public class FirLightTreeNativeIrTextTestGenerated extends AbstractFirLightTreeN
|
||||
runTest("compiler/testData/ir/irText/declarations/kt35550.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/kt45308.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47527.kt")
|
||||
public void testKt47527() throws Exception {
|
||||
|
||||
-6
@@ -438,12 +438,6 @@ public class FirPsiNativeIrTextTestGenerated extends AbstractFirPsiNativeIrTextT
|
||||
runTest("compiler/testData/ir/irText/declarations/kt35550.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt45308.kt")
|
||||
public void testKt45308() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/declarations/kt45308.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47527.kt")
|
||||
public void testKt47527() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user