Added test for obsolete bug and removed workaround in code.

This commit is contained in:
Evgeny Gerashchenko
2015-04-07 21:10:42 +03:00
parent 015da2f8ca
commit eeeb741d42
6 changed files with 71 additions and 8 deletions
@@ -8437,6 +8437,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt2493.kt")
public void testKt2493() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/overload/kt2493.kt");
doTest(fileName);
}
@TestMetadata("kt7068.kt")
public void testKt7068() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/overload/kt7068.kt");