Regression test for annotated function after the last enum entry #KT-4693 Obsolete

This commit is contained in:
Mikhail Glukhikh
2015-09-02 16:27:54 +03:00
parent fa292ec0e0
commit f92e91f045
3 changed files with 33 additions and 0 deletions
@@ -11634,6 +11634,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("kt4693.kt")
public void testKt4693() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/kt4693.kt");
doTest(fileName);
}
@TestMetadata("kt4827.kt")
public void testKt4827() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/regressions/kt4827.kt");