Convert lambda to reference: suggest on lambda argument for suspend function parameter
#KT-34378 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
9b6b25f069
commit
f7a69d4aa7
@@ -5165,6 +5165,11 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/suspendFunctionParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFunctionParameter2.kt")
|
||||
public void testSuspendFunctionParameter2() throws Exception {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/suspendFunctionParameter2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("syntheticProperty.kt")
|
||||
public void testSyntheticProperty() throws Exception {
|
||||
runTest("idea/testData/intentions/convertLambdaToReference/syntheticProperty.kt");
|
||||
|
||||
Reference in New Issue
Block a user