K2: add reproducer of KT-54212
This commit is contained in:
+6
@@ -6002,6 +6002,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
@TestMetadata("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Problems {
|
||||
@Test
|
||||
@TestMetadata("AbstractToolConfig.kt")
|
||||
public void testAbstractToolConfig() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/AbstractToolConfig.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAllFilesPresentInProblems() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
|
||||
Reference in New Issue
Block a user