Add test for errors reporting of UPPER_BOUND_VIOLATED

This commit is contained in:
Victor Petukhov
2021-02-02 10:31:52 +03:00
parent befe8599c4
commit edb8007d52
6 changed files with 60 additions and 1 deletions
@@ -34333,6 +34333,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/testsWithStdLib/java/checkEnhancedUpperBounds.kt");
}
@Test
@TestMetadata("checkEnhancedUpperBoundsWithEnabledImprovements.kt")
public void testCheckEnhancedUpperBoundsWithEnabledImprovements() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/java/checkEnhancedUpperBoundsWithEnabledImprovements.kt");
}
@Test
@TestMetadata("concurrentHashMapContains.kt")
public void testConcurrentHashMapContains() throws Exception {