Fix shortening references for return type in MakeTypeExplicitInLambdaIntention
#KT-5475 Fixed
This commit is contained in:
@@ -3510,6 +3510,11 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
|
||||
doTest("idea/testData/intentions/makeTypeExplicitInLambda/shortenReferencesForReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("shortenReferencesForReturnType.kt")
|
||||
public void testShortenReferencesForReturnType() throws Exception {
|
||||
doTest("idea/testData/intentions/makeTypeExplicitInLambda/shortenReferencesForReturnType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("singleParam.kt")
|
||||
public void testSingleParam() throws Exception {
|
||||
doTest("idea/testData/intentions/makeTypeExplicitInLambda/singleParam.kt");
|
||||
|
||||
Reference in New Issue
Block a user