K1/K2: add test data for KT-66356
This commit is contained in:
committed by
Space Team
parent
36b89f5e84
commit
2d755aabe7
+6
@@ -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() {
|
||||
|
||||
+6
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user