Convert lambda to reference: suggest on lambda argument for suspend function parameter

#KT-34378 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-03-02 10:22:27 +09:00
committed by Yan Zhulanow
parent 9b6b25f069
commit f7a69d4aa7
4 changed files with 23 additions and 3 deletions
@@ -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");