don't parse links which aren't Kotlin identifiers and have an explicitly specified destination

This commit is contained in:
Dmitry Jemerov
2015-02-04 19:17:22 +01:00
parent 1ab51a08aa
commit 56d85c2033
5 changed files with 132 additions and 97 deletions
@@ -1073,6 +1073,12 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
doParsingTest(fileName);
}
@TestMetadata("HttpLink.kt")
public void testHttpLink() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/kdoc/HttpLink.kt");
doParsingTest(fileName);
}
@TestMetadata("Incomplete.kt")
public void testIncomplete() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/kdoc/Incomplete.kt");