Add tests for obsolete issues
#KT-32183 Obsolete #KT-31474 Obsolete #KT-31853 Obsolete
This commit is contained in:
+5
@@ -9380,6 +9380,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/generics/starProjections/collectionInheritedFromJava.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("foldRecursiveTypesToStarProjection.kt")
|
||||
public void testFoldRecursiveTypesToStarProjection() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/starProjections/foldRecursiveTypesToStarProjection.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inheritedFromJava.kt")
|
||||
public void testInheritedFromJava() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/starProjections/inheritedFromJava.kt");
|
||||
|
||||
Reference in New Issue
Block a user