[FIR] Include anonymous objects in containingDeclarations in FirDeclarationsResolveTransformer.kt
K1 and K2 still differ because of KT-58203 #KT-63434
This commit is contained in:
committed by
Space Team
parent
eb23984182
commit
55adeba011
+6
@@ -38220,6 +38220,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/kt56283.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63434.kt")
|
||||
public void testKt63434() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/kt63434.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lackOfInvisibleSetterOfJavaClassInSamePackage.kt")
|
||||
public void testLackOfInvisibleSetterOfJavaClassInSamePackage() throws Exception {
|
||||
|
||||
+6
@@ -38346,6 +38346,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/kt56283.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63434.kt")
|
||||
public void testKt63434() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/kt63434.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lackOfInvisibleSetterOfJavaClassInSamePackage.kt")
|
||||
public void testLackOfInvisibleSetterOfJavaClassInSamePackage() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user