Conflicting imports error for imports of classes and packages
This commit is contained in:
@@ -129,6 +129,7 @@ public class QuickFixRegistrar {
|
||||
JetSingleIntentionActionFactory removeImportFixFactory = RemovePsiElementSimpleFix.createRemoveImportFactory();
|
||||
QuickFixes.factories.put(USELESS_SIMPLE_IMPORT, removeImportFixFactory);
|
||||
QuickFixes.factories.put(USELESS_HIDDEN_IMPORT, removeImportFixFactory);
|
||||
QuickFixes.factories.put(CONFLICTING_IMPORT, removeImportFixFactory);
|
||||
|
||||
QuickFixes.factories.put(SUPERTYPE_NOT_INITIALIZED, ChangeToConstructorInvocationFix.createFactory());
|
||||
QuickFixes.factories.put(FUNCTION_CALL_EXPECTED, ChangeToFunctionInvocationFix.createFactory());
|
||||
|
||||
Reference in New Issue
Block a user