correctly parse tag in the beginning of doc comment

This commit is contained in:
Dmitry Jemerov
2015-02-02 15:19:50 +01:00
parent 1c87464695
commit 223882d292
5 changed files with 33 additions and 28 deletions
@@ -1091,6 +1091,12 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
doParsingTest(fileName);
}
@TestMetadata("ParamTagAtStart.kt")
public void testParamTagAtStart() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/kdoc/ParamTagAtStart.kt");
doParsingTest(fileName);
}
@TestMetadata("ReturnWithBrackets.kt")
public void testReturnWithBrackets() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/kdoc/ReturnWithBrackets.kt");