FIR: Add test on raw type scope

^KT-49351 Related
This commit is contained in:
Denis.Zharkov
2021-10-21 17:49:41 +03:00
parent 507422d3d8
commit 16e8e0e58b
6 changed files with 58 additions and 0 deletions
@@ -17233,6 +17233,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/j+k/rawOverride.kt");
}
@Test
@TestMetadata("rawTypeScope.kt")
public void testRawTypeScope() throws Exception {
runTest("compiler/testData/diagnostics/tests/j+k/rawTypeScope.kt");
}
@Test
@TestMetadata("rawUpperBounds.kt")
public void testRawUpperBounds() throws Exception {