Fix InsertExplicitTypeArguments intention to insert imports for shortened types

#KT-5489 Fixed
This commit is contained in:
Pavel V. Talanov
2014-07-16 21:53:16 +04:00
parent 0462a018c5
commit 1bc0a9dfd9
4 changed files with 28 additions and 10 deletions
@@ -3304,6 +3304,11 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
doTest("idea/testData/intentions/insertExplicitTypeArguments/inapplicableTypeNotInferred.kt");
}
@TestMetadata("insertImportForArg.kt")
public void testInsertImportForArg() throws Exception {
doTest("idea/testData/intentions/insertExplicitTypeArguments/insertImportForArg.kt");
}
@TestMetadata("insertManyTypes.kt")
public void testInsertManyTypes() throws Exception {
doTest("idea/testData/intentions/insertExplicitTypeArguments/insertManyTypes.kt");