Exception fix: more accurate type annotation parsing #EA-69124 Fixed

This commit is contained in:
Mikhail Glukhikh
2015-06-08 13:32:08 +03:00
parent 804bf3ad22
commit a792b29a78
7 changed files with 32 additions and 1 deletions
@@ -861,6 +861,12 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest(fileName);
}
@TestMetadata("RecursivelyAnnotatedParameterType.kt")
public void testRecursivelyAnnotatedParameterType() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/RecursivelyAnnotatedParameterType.kt");
doTest(fileName);
}
@TestMetadata("RecursivelyAnnotatedParameterWithAt.kt")
public void testRecursivelyAnnotatedParameterWithAt() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/diagnostics/tests/annotations/RecursivelyAnnotatedParameterWithAt.kt");