Remove explicit type specification: do not suggest for suspend function type

#KT-38310 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-04-17 09:32:04 +09:00
committed by Yan Zhulanow
parent 098469eb85
commit 329f0227ec
3 changed files with 12 additions and 0 deletions
@@ -13928,6 +13928,11 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
public void testRemoveUnresolvedType() throws Exception {
runTest("idea/testData/intentions/removeExplicitType/removeUnresolvedType.kt");
}
@TestMetadata("suspendFunction.kt")
public void testSuspendFunction() throws Exception {
runTest("idea/testData/intentions/removeExplicitType/suspendFunction.kt");
}
}
@TestMetadata("idea/testData/intentions/removeExplicitTypeArguments")