[LL FIR] fix typo in LLFirModuleData.friendDependencies
^KTIJ-23347 Fixed
This commit is contained in:
committed by
Space Team
parent
6ab00a65dd
commit
82d934d873
+12
@@ -20842,6 +20842,18 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multimodule"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("friendModule.kt")
|
||||
public void testFriendModule() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multimodule/friendModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("friendModulePrivate.kt")
|
||||
public void testFriendModulePrivate() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multimodule/friendModulePrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internal.kt")
|
||||
public void testInternal() throws Exception {
|
||||
|
||||
+12
@@ -20836,6 +20836,18 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multimodule"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.fir\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("friendModule.kt")
|
||||
public void testFriendModule() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multimodule/friendModule.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("friendModulePrivate.kt")
|
||||
public void testFriendModulePrivate() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/multimodule/friendModulePrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("internal.kt")
|
||||
public void testInternal() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user