Fixed formatting of doc-comments for parameters

This commit is contained in:
Valentin Kipyatkov
2014-10-31 18:56:28 +03:00
parent 00fdd52b35
commit bfdb756e22
4 changed files with 53 additions and 5 deletions
@@ -340,6 +340,12 @@ public class JetFormatterTestGenerated extends AbstractJetFormatterTest {
doTest(fileName);
}
@TestMetadata("ParameterDocComments.after.kt")
public void testParameterDocComments() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/formatter/ParameterDocComments.after.kt");
doTest(fileName);
}
@TestMetadata("Parameters.after.kt")
public void testParameters() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/formatter/Parameters.after.kt");