Fix shortening references for return type in MakeTypeExplicitInLambdaIntention

#KT-5475 Fixed
This commit is contained in:
Pavel V. Talanov
2014-07-15 18:05:58 +04:00
parent 5246735648
commit e390385bf9
4 changed files with 18 additions and 1 deletions
@@ -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");