Regenerate IntentionTestGenerated

This commit is contained in:
Natalia Selezneva
2018-05-07 15:37:17 +03:00
parent 1aecd2058c
commit 47bafb8c75
@@ -13078,8 +13078,7 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
@TestMetadata("unnecessaryParenthesesWithComment.kt")
public void testUnnecessaryParenthesesWithComment() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt");
doTest(fileName);
runTest("idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt");
}
}