Add test for KT-53343
This commit is contained in:
+6
@@ -6007,6 +6007,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("argumentTypeMismatch.kt")
|
||||
public void testArgumentTypeMismatch() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/problems/argumentTypeMismatch.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("capturedTypeInEquality.kt")
|
||||
public void testCapturedTypeInEquality() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user