IDE: Don't do any resolution in AddExclExclExclFix (i.e., in
isAvailable and in invoke) by moving computation of element to modify to before instantiation (i.e., to the factories or equivalent). This lets us to move it to idea-frontend-independent and re-use it FIR.
This commit is contained in:
committed by
Ilya Kirillov
parent
c472c9facd
commit
85cbea70bf
@@ -20,9 +20,7 @@ org.jetbrains.kotlin.idea.intentions.MoveMemberToCompanionObjectIntention
|
||||
org.jetbrains.kotlin.idea.intentions.MovePropertyToConstructorIntention
|
||||
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyIntention
|
||||
org.jetbrains.kotlin.idea.quickfix.AddAnnotationTargetFix
|
||||
org.jetbrains.kotlin.idea.quickfix.AddExclExclCallFix
|
||||
org.jetbrains.kotlin.idea.quickfix.AddFunctionToSupertypeFix
|
||||
org.jetbrains.kotlin.idea.quickfix.AddModifierFix
|
||||
org.jetbrains.kotlin.idea.quickfix.AddNameToArgumentFix
|
||||
org.jetbrains.kotlin.idea.quickfix.AddPropertyToSupertypeFix
|
||||
org.jetbrains.kotlin.idea.quickfix.AddStartProjectionsForInnerClass
|
||||
|
||||
Reference in New Issue
Block a user