Remove explicit type specification: do not suggest for suspend function type
#KT-38310 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
098469eb85
commit
329f0227ec
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user