FIR: Add a test with current behavior on upper bounds with raw types

^KT-49345 Related
This commit is contained in:
Denis.Zharkov
2021-10-21 13:00:06 +03:00
parent 35a7f0f73e
commit 94129dce2e
6 changed files with 60 additions and 0 deletions
@@ -17233,6 +17233,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
}
@Test
@TestMetadata("rawUpperBounds.kt")
public void testRawUpperBounds() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/rawUpperBounds.kt");
}
@Test
@TestMetadata("recursionWithJavaSyntheticProperty.kt")
public void testRecursionWithJavaSyntheticProperty() throws Exception {
@@ -17233,6 +17233,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
}
@Test
@TestMetadata("rawUpperBounds.kt")
public void testRawUpperBounds() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/rawUpperBounds.kt");
}
@Test
@TestMetadata("recursionWithJavaSyntheticProperty.kt")
public void testRecursionWithJavaSyntheticProperty() throws Exception {