Test for obsolete KT-5508

#KT-5508 Obsolete
This commit is contained in:
Michael Nedzelsky
2015-10-30 16:26:06 +03:00
parent 947b4d4ce8
commit dbc00baa48
3 changed files with 45 additions and 0 deletions
@@ -6546,6 +6546,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt5508.kt")
public void testKt5508() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/generics/kt5508.kt");
doTest(fileName);
}
@TestMetadata("Projections.kt")
public void testProjections() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/generics/Projections.kt");