Add test for errors reporting of UPPER_BOUND_VIOLATED
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user