K1/K2: add test data for KT-66356

This commit is contained in:
Mikhail Glukhikh
2024-03-06 15:45:41 +01:00
committed by Space Team
parent 36b89f5e84
commit 2d755aabe7
7 changed files with 62 additions and 0 deletions
@@ -24390,6 +24390,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multimodule"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
}
@Test
@TestMetadata("BoxedInaccessibleGenericTypeUsedByDependencies.kt")
public void testBoxedInaccessibleGenericTypeUsedByDependencies() {
runTest("compiler/testData/diagnostics/tests/multimodule/BoxedInaccessibleGenericTypeUsedByDependencies.kt");
}
@Test
@TestMetadata("dependencyModule.kt")
public void testDependencyModule() {
@@ -24390,6 +24390,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/multimodule"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
}
@Test
@TestMetadata("BoxedInaccessibleGenericTypeUsedByDependencies.kt")
public void testBoxedInaccessibleGenericTypeUsedByDependencies() {
runTest("compiler/testData/diagnostics/tests/multimodule/BoxedInaccessibleGenericTypeUsedByDependencies.kt");
}
@Test
@TestMetadata("dependencyModule.kt")
public void testDependencyModule() {