SpecifyTypeExplicitlyIntention: remove annotations from result type

#KT-36930 Fixed
This commit is contained in:
Dmitry Gridin
2020-05-15 17:29:08 +07:00
parent d6a8003743
commit b2be1a53cf
10 changed files with 58 additions and 2 deletions
@@ -142,4 +142,9 @@ public class MultiFileIntentionTestGenerated extends AbstractMultiFileIntentionT
public void testObjectLiteralToLambda_ObjectLiteralToLambda() throws Exception {
runTest("idea/testData/multiFileIntentions/objectLiteralToLambda/objectLiteralToLambda.test");
}
@TestMetadata("specifyTypeExplicitly/specifyTypeExplicitly.test")
public void testSpecifyTypeExplicitly_SpecifyTypeExplicitly() throws Exception {
runTest("idea/testData/multiFileIntentions/specifyTypeExplicitly/specifyTypeExplicitly.test");
}
}