SpecifyTypeExplicitlyIntention: remove annotations from result type
#KT-36930 Fixed
This commit is contained in:
+5
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user