Fixed EA-61504.

This commit is contained in:
Evgeny Gerashchenko
2014-10-10 21:52:50 +04:00
parent 0d17a71ffa
commit b653598df2
4 changed files with 15 additions and 4 deletions
@@ -3909,6 +3909,12 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
doTest(fileName);
}
@TestMetadata("beforeParameterWithComment.kt")
public void testParameterWithComment() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/quickfix/variables/removeValVarFromParameter/beforeParameterWithComment.kt");
doTest(fileName);
}
}
}