KT-14391 RemoveUnnecessaryParenthesesIntention lost comment
on closing parenthesis ^KT-14391 Fixed
This commit is contained in:
committed by
Natalia Selezneva
parent
143c3ccb95
commit
534cbae4ef
@@ -13075,6 +13075,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
public void testUnnecessaryParentheses8() throws Exception {
|
||||
runTest("idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParentheses8.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unnecessaryParenthesesWithComment.kt")
|
||||
public void testUnnecessaryParenthesesWithComment() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("idea/testData/intentions/replaceAddWithPlusAssign")
|
||||
|
||||
Reference in New Issue
Block a user