Unnecessary parentheses in function call with lambda: don't report for function named 'suspend'
#KT-22878 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
777995a3a0
commit
581f83421a
@@ -13520,6 +13520,11 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
public void testSimple() throws Exception {
|
||||
runTest("idea/testData/intentions/removeEmptyParenthesesFromLambdaCall/simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspend.kt")
|
||||
public void testSuspend() throws Exception {
|
||||
runTest("idea/testData/intentions/removeEmptyParenthesesFromLambdaCall/suspend.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("idea/testData/intentions/removeEmptyPrimaryConstructor")
|
||||
|
||||
Reference in New Issue
Block a user